Updated edit forms and icons.
Some checks failed
Create docker images / Build, push, and deploy (push) Has been cancelled
Node.js CI / build (postgresql, 18.18, 10) (push) Has been cancelled

This commit is contained in:
Mike Cao 2025-09-26 01:46:36 -07:00
parent 554054d3a1
commit 257050f749
20 changed files with 120 additions and 123 deletions

View file

@ -1,7 +1,7 @@
import { Row, Icon, Text, ThemeButton } from '@umami/react-zen';
import { LanguageButton } from '@/components/input/LanguageButton';
import { PreferencesButton } from '@/components/input/PreferencesButton';
import { LogoSvg } from '@/components/icons';
import { Logo } from '@/components/svg';
export function Header() {
return (
@ -9,7 +9,7 @@ export function Header() {
<a href="https://umami.is" target="_blank">
<Row alignItems="center" gap>
<Icon>
<LogoSvg />
<Logo />
</Icon>
<Text weight="bold">umami</Text>
</Row>