feat: new logo! finally here.

pull/161/head
lyc8503 2025-11-06 23:44:16 +08:00
parent c2ea95050a
commit 14daf3cab1
2 changed files with 156 additions and 13 deletions

View File

@ -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 ( return (
<header className={classes.header} style={style}> <header className={classes.header} style={style}>
@ -28,18 +28,7 @@ export default function Header({ style }: { style?: React.CSSProperties }) {
href={location.pathname == '/' ? 'https://github.com/lyc8503/UptimeFlare' : '/'} href={location.pathname == '/' ? 'https://github.com/lyc8503/UptimeFlare' : '/'}
target={location.pathname == '/' ? '_blank' : undefined} target={location.pathname == '/' ? '_blank' : undefined}
> >
<Text size="xl" span> <img src='/logo.svg' width={190} height={56} />
🕒
</Text>
<Text
size="xl"
span
fw={700}
variant="gradient"
gradient={{ from: 'blue', to: 'cyan', deg: 90 }}
>
UptimeFlare
</Text>
</a> </a>
</div> </div>

154
public/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 149 KiB