mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
Replace more umami branding
This commit is contained in:
parent
a8f8d4088d
commit
1dd4ada767
5 changed files with 33 additions and 9 deletions
|
|
@ -14,7 +14,6 @@ import Icon from 'components/common/Icon';
|
|||
import useApi from 'hooks/useApi';
|
||||
import { AUTH_TOKEN } from 'lib/constants';
|
||||
import { setUser } from 'store/app';
|
||||
import Logo from 'assets/logo.svg';
|
||||
import styles from './LoginForm.module.css';
|
||||
|
||||
const validate = ({ username, password }) => {
|
||||
|
|
@ -76,8 +75,18 @@ export default function LoginForm() {
|
|||
{() => (
|
||||
<Form>
|
||||
<div className={styles.header}>
|
||||
<Icon icon={<Logo />} size="xlarge" className={styles.icon} />
|
||||
<h1 className="center">umami</h1>
|
||||
<Icon
|
||||
icon={
|
||||
<img
|
||||
src="https://uploads-ssl.webflow.com/5ea18b09bf3bfd55814199f9/5ea18b09bf3bfda137419a00_petri_square_03.gif"
|
||||
className={styles.logo}
|
||||
alt="Logo"
|
||||
/>
|
||||
}
|
||||
size="xlarge"
|
||||
className={styles.icon}
|
||||
/>
|
||||
<h1 className="center">Headless Analytics</h1>
|
||||
</div>
|
||||
<FormRow>
|
||||
<label htmlFor="username">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue