mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
Triton branding
This commit is contained in:
parent
7bfbe26485
commit
3f83272764
7 changed files with 17 additions and 10 deletions
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
npx lint-staged
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"arrowParens": "avoid",
|
"arrowParens": "avoid",
|
||||||
"endOfLine": "lf",
|
"endOfLine": "auto",
|
||||||
"printWidth": 100,
|
"printWidth": 100,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"trailingComma": "all"
|
"trailingComma": "all"
|
||||||
|
|
|
||||||
11
assets/icon.svg
Normal file
11
assets/icon.svg
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="710.000000pt" height="710.000000pt" viewBox="0 0 710.000000 710.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
|
||||||
|
<g transform="translate(0.000000,710.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#000000" stroke="none">
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 438 B |
|
|
@ -8,7 +8,7 @@ import Eye from 'assets/eye.svg';
|
||||||
import Gear from 'assets/gear.svg';
|
import Gear from 'assets/gear.svg';
|
||||||
import Globe from 'assets/globe.svg';
|
import Globe from 'assets/globe.svg';
|
||||||
import Lock from 'assets/lock.svg';
|
import Lock from 'assets/lock.svg';
|
||||||
import Logo from 'assets/logo.svg';
|
import Logo from 'assets/icon.svg';
|
||||||
import Moon from 'assets/moon.svg';
|
import Moon from 'assets/moon.svg';
|
||||||
import Nodes from 'assets/nodes.svg';
|
import Nodes from 'assets/nodes.svg';
|
||||||
import Overview from 'assets/overview.svg';
|
import Overview from 'assets/overview.svg';
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ export function AppLayout({ title, children }) {
|
||||||
<div className={styles.layout} data-app-version={CURRENT_VERSION}>
|
<div className={styles.layout} data-app-version={CURRENT_VERSION}>
|
||||||
{allowUpdate && <UpdateNotice />}
|
{allowUpdate && <UpdateNotice />}
|
||||||
<Head>
|
<Head>
|
||||||
<title>{title ? `${title} | umami` : 'umami'}</title>
|
<title>{title ? `${title} | Triton Analytics` : 'Triton'}</title>
|
||||||
</Head>
|
</Head>
|
||||||
<nav className={styles.nav}>
|
<nav className={styles.nav}>
|
||||||
<NavBar />
|
<NavBar />
|
||||||
|
|
|
||||||
|
|
@ -11,11 +11,11 @@ export function Header() {
|
||||||
<header className={styles.header}>
|
<header className={styles.header}>
|
||||||
<Row>
|
<Row>
|
||||||
<Column>
|
<Column>
|
||||||
<Link href="https://umami.is" target="_blank" className={styles.title}>
|
<Link href="https://tritoncg.com" target="_blank" className={styles.title}>
|
||||||
<Icon size="lg">
|
<Icon size="lg">
|
||||||
<Icons.Logo />
|
<Icons.Logo />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Text>umami</Text>
|
<Text>Triton</Text>
|
||||||
</Link>
|
</Link>
|
||||||
</Column>
|
</Column>
|
||||||
<Column className={styles.buttons}>
|
<Column className={styles.buttons}>
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ export function NavBar() {
|
||||||
<Icon size="lg">
|
<Icon size="lg">
|
||||||
<Icons.Logo />
|
<Icons.Logo />
|
||||||
</Icon>
|
</Icon>
|
||||||
<Text className={styles.text}>umami</Text>
|
<Text className={styles.text}>Triton</Text>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.links}>
|
<div className={styles.links}>
|
||||||
{links.map(({ url, label }) => {
|
{links.map(({ url, label }) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue