Update Header.tsx

This commit is contained in:
2026-07-29 17:44:04 +08:00
committed by GitHub
parent 7bd1edc678
commit aa05d9bcac
+1 -1
View File
@@ -27,7 +27,7 @@ export default function Header({ style }: { style?: React.CSSProperties }) {
<Container size="md" className={classes.inner}> <Container size="md" className={classes.inner}>
<div> <div>
<a <a
href={location.pathname == '/' ? 'https://github.com/lyc8503/UptimeFlare' : '/'} href={location.pathname == '/' ? '' : '/'}
target={location.pathname == '/' ? '_blank' : undefined} target={location.pathname == '/' ? '_blank' : undefined}
> >
<Image <Image