mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
Added advanced branding
This commit is contained in:
parent
29fa4fe3bd
commit
7bf83d65b9
8 changed files with 50 additions and 12 deletions
|
|
@ -76,7 +76,11 @@ export default function LoginForm() {
|
|||
{() => (
|
||||
<Form>
|
||||
<div className={styles.header}>
|
||||
<Icon icon={<Logo />} size="xlarge" className={styles.icon} />
|
||||
<Icon
|
||||
icon={process.env.NEXT_PUBLIC_CUSTOM_LOGO_URL || <Logo />}
|
||||
size="xlarge"
|
||||
className={styles.icon}
|
||||
/>
|
||||
<h1 className="center">{process.env.NEXT_PUBLIC_CUSTOM_TITLE || 'umami'}</h1>
|
||||
</div>
|
||||
<FormRow>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue