Added custom branding env-vars

This commit is contained in:
Sebastian Weise 2022-10-30 15:55:33 +01:00
parent ab4a60f814
commit 29fa4fe3bd
3 changed files with 10 additions and 3 deletions

View file

@ -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">