mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
Triton branding
This commit is contained in:
parent
7bfbe26485
commit
3f83272764
7 changed files with 17 additions and 10 deletions
|
|
@ -23,7 +23,7 @@ export function AppLayout({ title, children }) {
|
|||
<div className={styles.layout} data-app-version={CURRENT_VERSION}>
|
||||
{allowUpdate && <UpdateNotice />}
|
||||
<Head>
|
||||
<title>{title ? `${title} | umami` : 'umami'}</title>
|
||||
<title>{title ? `${title} | Triton Analytics` : 'Triton'}</title>
|
||||
</Head>
|
||||
<nav className={styles.nav}>
|
||||
<NavBar />
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@ export function Header() {
|
|||
<header className={styles.header}>
|
||||
<Row>
|
||||
<Column>
|
||||
<Link href="https://umami.is" target="_blank" className={styles.title}>
|
||||
<Link href="https://tritoncg.com" target="_blank" className={styles.title}>
|
||||
<Icon size="lg">
|
||||
<Icons.Logo />
|
||||
</Icon>
|
||||
<Text>umami</Text>
|
||||
<Text>Triton</Text>
|
||||
</Link>
|
||||
</Column>
|
||||
<Column className={styles.buttons}>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ export function NavBar() {
|
|||
<Icon size="lg">
|
||||
<Icons.Logo />
|
||||
</Icon>
|
||||
<Text className={styles.text}>umami</Text>
|
||||
<Text className={styles.text}>Triton</Text>
|
||||
</div>
|
||||
<div className={styles.links}>
|
||||
{links.map(({ url, label }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue