From 9dace185acff4002aec8265fc010db49d91c7d7f Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Fri, 26 Apr 2024 10:35:36 +0100 Subject: feature: A new cleanups page to suggest ways to tidy up your bookmarks --- apps/web/components/dashboard/sidebar/SidebarProfileOptions.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/web/components/dashboard/sidebar') diff --git a/apps/web/components/dashboard/sidebar/SidebarProfileOptions.tsx b/apps/web/components/dashboard/sidebar/SidebarProfileOptions.tsx index c75e292a..c2ae493a 100644 --- a/apps/web/components/dashboard/sidebar/SidebarProfileOptions.tsx +++ b/apps/web/components/dashboard/sidebar/SidebarProfileOptions.tsx @@ -1,5 +1,6 @@ "use client"; +import Link from "next/link"; import { useToggleTheme } from "@/components/theme-provider"; import { Button } from "@/components/ui/button"; import { @@ -22,6 +23,7 @@ import { LogOut, Moon, MoreHorizontal, + Paintbrush, Sun, } from "lucide-react"; import { signOut } from "next-auth/react"; @@ -98,6 +100,12 @@ export default function SidebarProfileOptions() { + + + + Cleanups + + -- cgit v1.2.3-70-g09d2