add avatar menu in side bar

This commit is contained in:
KMKoushik
2025-05-07 23:05:46 +10:00
parent 065e0518fb
commit a47e524f4c
6 changed files with 253 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ export const ThemeSwitcher = () => {
return (
<div className="flex gap-2 items-center justify-between">
<p className="text-sm text-sidebar-foreground flex items-center gap-2">
<p className="text-sm text-popover-foreground flex items-center gap-2">
<SunMoonIcon className="h-4 w-4" />
Theme
</p>