Skip to content

Commit

Permalink
fix: link bug
Browse files Browse the repository at this point in the history
Signed-off-by: laixingyou <laixy7@gmail.com>
  • Loading branch information
coder-sett committed Dec 10, 2023
1 parent 9609e26 commit a3a6b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ const Header: React.FC<{
<Translate id={'header.projects'} />
</a>

<Link
<a
href="/collaboration"
className={
'mx-6 flex-shrink-0 px-2.5 font-medium text-white 2xl:mx-2'
}
>
<Translate id={'header.academe'} />
</Link>
</a>

<a
href="/lab"
Expand Down

1 comment on commit a3a6b84

@vercel
Copy link

@vercel vercel bot commented on a3a6b84 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.