From d72788ffc1633fa5ff3da89ad3fa523afc6d594d Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Mon, 9 Feb 2026 01:50:41 +0000 Subject: feat: link to apps and extensions, docs and twitter in profile dropdown --- .../components/dashboard/header/ProfileOptions.tsx | 31 +++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'apps/web/components/dashboard/header') diff --git a/apps/web/components/dashboard/header/ProfileOptions.tsx b/apps/web/components/dashboard/header/ProfileOptions.tsx index b09d276e..8a2b0165 100644 --- a/apps/web/components/dashboard/header/ProfileOptions.tsx +++ b/apps/web/components/dashboard/header/ProfileOptions.tsx @@ -15,7 +15,17 @@ import { Separator } from "@/components/ui/separator"; import { UserAvatar } from "@/components/ui/user-avatar"; import { useSession } from "@/lib/auth/client"; import { useTranslation } from "@/lib/i18n/client"; -import { LogOut, Moon, Paintbrush, Settings, Shield, Sun } from "lucide-react"; +import { + BookOpen, + LogOut, + Moon, + Paintbrush, + Puzzle, + Settings, + Shield, + Sun, + Twitter, +} from "lucide-react"; import { useTheme } from "next-themes"; import { useWhoAmI } from "@karakeep/shared-react/hooks/users"; @@ -112,6 +122,25 @@ export default function SidebarProfileOptions() { + + + + {t("options.apps_extensions")} + + + + + + {t("options.documentation")} + + + + + + {t("options.follow_us_on_x")} + + + router.push("/logout")}> {t("actions.sign_out")} -- cgit v1.2.3-70-g09d2