diff --git a/apps/app/src/components/Layout.tsx b/apps/app/src/components/Layout.tsx index f8e2a5d..7c7a84e 100644 --- a/apps/app/src/components/Layout.tsx +++ b/apps/app/src/components/Layout.tsx @@ -8,6 +8,7 @@ import { DropdownMenuTrigger, } from '@boring.tools/ui' import { SignOutButton, useUser } from '@clerk/clerk-react' +import { Link } from '@tanstack/react-router' import type { ReactNode } from 'react' import { Navigation } from './Navigation' import { NavigationMobile } from './NavigationMobile' @@ -23,7 +24,7 @@ export const Layout = ({ children }: { children: ReactNode | ReactNode[] }) => {
- {/*
*/} +
- My Account + Settings + + Profile + diff --git a/apps/app/src/components/Navigation.tsx b/apps/app/src/components/Navigation.tsx index e2d4dbb..f778028 100644 --- a/apps/app/src/components/Navigation.tsx +++ b/apps/app/src/components/Navigation.tsx @@ -25,7 +25,7 @@ export const Navigation = () => {