mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
redesign
This commit is contained in:
parent
bce70c1034
commit
85da6d019a
2 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ export function NavBar() {
|
||||||
<Icon size="lg">
|
<Icon size="lg">
|
||||||
<Icons.Logo />
|
<Icons.Logo />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Text>umami</Text>
|
<Text>Viewws Analytics</Text>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.links}>
|
<div className={styles.links}>
|
||||||
{links.map(({ url, label }) => {
|
{links.map(({ url, label }) => {
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ export function LoginForm() {
|
||||||
<Icon className={styles.icon} size="xl">
|
<Icon className={styles.icon} size="xl">
|
||||||
<Logo />
|
<Logo />
|
||||||
</Icon>
|
</Icon>
|
||||||
<div className={styles.title}>umami</div>
|
<div className={styles.title}>Viewws Analytics Admin Dashboard</div>
|
||||||
<Form className={styles.form} onSubmit={handleSubmit} error={getMessage(error)}>
|
<Form className={styles.form} onSubmit={handleSubmit} error={getMessage(error)}>
|
||||||
<FormRow label={formatMessage(labels.username)}>
|
<FormRow label={formatMessage(labels.username)}>
|
||||||
<FormInput
|
<FormInput
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue