From 14daf3cab17e4137e1afa810855d7161df1f4ee2 Mon Sep 17 00:00:00 2001 From: lyc8503 Date: Thu, 6 Nov 2025 23:44:16 +0800 Subject: [PATCH] feat: new logo! finally here. --- components/Header.tsx | 15 +--- public/logo.svg | 154 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 156 insertions(+), 13 deletions(-) create mode 100644 public/logo.svg 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