mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-23 22:39:05 +02:00
visual adjustments to logo empty state and profile dropdown
This commit is contained in:
@@ -182,12 +182,12 @@ export default function ProfileIcon() {
|
||||
}
|
||||
className="flex items-center gap-2"
|
||||
>
|
||||
{userTheme === themeOption && (
|
||||
<Check className="h-4 w-4" />
|
||||
)}
|
||||
<span className="capitalize">
|
||||
{t(themeOption)}
|
||||
</span>
|
||||
{userTheme === themeOption && (
|
||||
<Check className="ml-auto h-4 w-4" />
|
||||
)}
|
||||
</DropdownMenuItem>
|
||||
)
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user