mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
Added custom branding env-vars
This commit is contained in:
parent
ab4a60f814
commit
29fa4fe3bd
3 changed files with 10 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ export default function LoginForm() {
|
|||
<Form>
|
||||
<div className={styles.header}>
|
||||
<Icon icon={<Logo />} size="xlarge" className={styles.icon} />
|
||||
<h1 className="center">umami</h1>
|
||||
<h1 className="center">{process.env.NEXT_PUBLIC_CUSTOM_TITLE || 'umami'}</h1>
|
||||
</div>
|
||||
<FormRow>
|
||||
<label htmlFor="username">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue