mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-01 03:09:34 +00:00
Removed Liveblocks and Updated Clerk Components
This commit is contained in:
parent
19c1eaf60f
commit
a25d2bf951
6 changed files with 2 additions and 140 deletions
|
@ -51,7 +51,6 @@ export const Navbar = () => {
|
|||
}}
|
||||
/>
|
||||
<UserButton
|
||||
afterSignOutUrl='/'
|
||||
appearance={{
|
||||
elements: {
|
||||
avatarBox: {
|
||||
|
|
|
@ -6,7 +6,7 @@ import { QueryProvider } from '@/components/providers/query-provider';
|
|||
|
||||
const PlatformLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
return (
|
||||
<ClerkProvider>
|
||||
<ClerkProvider afterSignOutUrl='/'>
|
||||
<QueryProvider>
|
||||
<Toaster />
|
||||
<ModalProvider />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue