Skip to content

Commit

Permalink
fix: header redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHericles committed Jan 9, 2024
1 parent 3e6fec3 commit ca83b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islands/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default function Header(props: Props) {
<li class="h-full">
<a
class="flex items-center h-full px-3 pb-[6px]"
href={currentLanguageLink}
href="/"
>
<svg
width="70"
Expand Down

0 comments on commit ca83b61

Please sign in to comment.