Update Header.tsx

This commit is contained in:
2026-07-29 22:47:36 +08:00
committed by GitHub
parent ebb61d263c
commit 42e22f33ea
+1 -1
View File
@@ -27,7 +27,7 @@ export default function Header({ style }: { style?: React.CSSProperties }) {
<Container size="md" className={classes.inner}>
<div>
<a
href={location.pathname == '/' ? '' : '/'}
href={location.pathname == '/' ? 'https://lolianode.top/' : '/'}
target={location.pathname == '/' ? '_blank' : undefined}
>
<Image