diff --git a/components/Header.tsx b/components/Header.tsx index 12dd976..5a3f760 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -18,7 +18,7 @@ export default function Header({ style }: { style?: React.CSSProperties }) { ) } - const links = [{ label: 'Incident History', link: '/incidents' }, ...(pageConfig.links || [])] + const links = [{ label: 'Incidents', link: '/incidents' }, ...(pageConfig.links || [])] return (
@@ -28,18 +28,7 @@ export default function Header({ style }: { style?: React.CSSProperties }) { href={location.pathname == '/' ? 'https://github.com/lyc8503/UptimeFlare' : '/'} target={location.pathname == '/' ? '_blank' : undefined} > - - 🕒 - - - UptimeFlare - + diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..5290cf1 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file