Removed Liveblocks and Updated Clerk Components

This commit is contained in:
Ahmad 2024-12-23 13:34:01 -05:00
parent 19c1eaf60f
commit a25d2bf951
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
6 changed files with 2 additions and 140 deletions

View file

@ -51,7 +51,6 @@ export const Navbar = () => {
}}
/>
<UserButton
afterSignOutUrl='/'
appearance={{
elements: {
avatarBox: {

View file

@ -6,7 +6,7 @@ import { QueryProvider } from '@/components/providers/query-provider';
const PlatformLayout = ({ children }: { children: React.ReactNode }) => {
return (
<ClerkProvider>
<ClerkProvider afterSignOutUrl='/'>
<QueryProvider>
<Toaster />
<ModalProvider />