diff --git a/src/components/nav-threads.tsx b/src/components/nav-threads.tsx index a7f9351..a4f5ad8 100644 --- a/src/components/nav-threads.tsx +++ b/src/components/nav-threads.tsx @@ -159,7 +159,7 @@ export function NavThreads({ className="min-w-40" > { + onClick={() => { togglePin(thread.id) }} > @@ -178,7 +178,7 @@ export function NavThreads({ { + onClick={() => { onDeleteThread(thread.id) if (isPinned) togglePin(thread.id) }} diff --git a/src/components/nav-user.tsx b/src/components/nav-user.tsx index bdc1bb5..e77d5f8 100644 --- a/src/components/nav-user.tsx +++ b/src/components/nav-user.tsx @@ -102,7 +102,7 @@ export function NavUser({ viewer }: { viewer: AuthViewer }) { {isPending ? "Signing out…" : "Sign out"}