Updated icons.

This commit is contained in:
Mike Cao 2025-02-18 20:46:03 -08:00
parent b53606d497
commit 1c5ef97f84
11 changed files with 74 additions and 68 deletions

View file

@ -1,7 +1,7 @@
import { Icon, Button, MenuTrigger, Popover, Grid, Text, Dialog } from '@umami/react-zen';
import { languages } from '@/lib/lang';
import { useLocale } from '@/components/hooks';
import { Icons } from '@/components/icons';
import { Globe } from 'lucide-react';
export function LanguageButton() {
const { locale, saveLocale } = useLocale();
@ -15,7 +15,7 @@ export function LanguageButton() {
<MenuTrigger key="language">
<Button variant="quiet">
<Icon>
<Icons.Globe />
<Globe />
</Icon>
</Button>
<Popover placement="bottom end">