From 7771d7acbe13cd2284d38df26a521befa958ac0d Mon Sep 17 00:00:00 2001 From: captain-Akshay Date: Wed, 20 Sep 2023 06:56:40 +0530 Subject: [PATCH] feat: added the icon for theme --- .../src/components/(dashboard)/layout/profile-dropdown.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx b/apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx index 962187c1b..91b045feb 100644 --- a/apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx +++ b/apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx @@ -10,6 +10,7 @@ import { User as LucideUser, Monitor, Moon, + Palette, Sun, UserCog, } from 'lucide-react'; @@ -105,7 +106,10 @@ export const ProfileDropdown = ({ user }: ProfileDropdownProps) => { - Themes + + + Themes +