diff --git a/README.md b/README.md index 533139e..f3acc94 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@
- ZeroAuth + + + ZeroAuth +

ZeroAuth

diff --git a/dashboard/public/zeroauth-mark-dark.svg b/dashboard/public/zeroauth-mark-dark.svg new file mode 100644 index 0000000..f250f96 --- /dev/null +++ b/dashboard/public/zeroauth-mark-dark.svg @@ -0,0 +1,101 @@ + + + + +Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + + + + + + + + + + diff --git a/dashboard/public/zeroauth-mark.svg b/dashboard/public/zeroauth-mark.svg new file mode 100644 index 0000000..2522490 --- /dev/null +++ b/dashboard/public/zeroauth-mark.svg @@ -0,0 +1,101 @@ + + + + +Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + + + + + + + + + + diff --git a/dashboard/src/components/layout/AppShell.tsx b/dashboard/src/components/layout/AppShell.tsx index 41e4a64..1ef366c 100644 --- a/dashboard/src/components/layout/AppShell.tsx +++ b/dashboard/src/components/layout/AppShell.tsx @@ -92,11 +92,7 @@ export function AppShell() { )} >
-
- - - -
+
ZeroAuth
Developer console
diff --git a/public/favicon.svg b/public/favicon.svg index adeff43..2522490 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,10 +1,101 @@ - - - - - - - - - + + + + +Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + + + + + + + + + diff --git a/public/index.html b/public/index.html index a7c466d..e3eec68 100644 --- a/public/index.html +++ b/public/index.html @@ -64,7 +64,7 @@ text-decoration: none; color: var(--text); font-size: 1.125rem; font-weight: 700; letter-spacing: -0.02em; } - .logo svg { width: 28px; height: 28px; } + .logo svg, .logo img { width: 28px; height: 28px; } .powered-by { display: inline-flex; align-items: center; gap: 0.3125rem; padding: 0.1875rem 0.5rem; @@ -753,7 +753,7 @@ color: var(--text); margin-bottom: 0.75rem; } - .footer-brand-col .footer-brand svg { width: 22px; height: 22px; } + .footer-brand-col .footer-brand svg, .footer-brand-col .footer-brand img { width: 22px; height: 22px; } .footer-tagline { font-size: 0.8125rem; color: var(--text-secondary); @@ -934,11 +934,7 @@