Update Header.tsx

This commit is contained in:
2026-07-29 22:48:14 +08:00
committed by GitHub
parent 42e22f33ea
commit 115359a376
+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 == '/' ? 'https://lolianode.top/' : '/'}
href={location.pathname == '/' ? 'https://lolianode.top' : '/'}
target={location.pathname == '/' ? '_blank' : undefined}
>
<Image