Skip to content

Commit

Permalink
docs : blog fix
Browse files Browse the repository at this point in the history
Signed-off-by: laixingyou <[email protected]>
  • Loading branch information
coder-sett committed Dec 10, 2023
1 parent 6f2c724 commit 9609e26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/MobileHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const MobileHeader: React.FC<PropsWithChildren> = ({ children }) => {
},
{
title: translate({ id: 'header.academe' }),
href: '/academe',
href: '/collaboration',
icon: null,
legacyBehavior: true,
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Header: React.FC<{
</a>

<Link
href="/academe"
href="/collaboration"
className={
'mx-6 flex-shrink-0 px-2.5 font-medium text-white 2xl:mx-2'
}
Expand Down

1 comment on commit 9609e26

@vercel
Copy link

@vercel vercel bot commented on 9609e26 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.