From 9609e262602fcd06b22d1e8ab3543c51fd982ab6 Mon Sep 17 00:00:00 2001 From: laixingyou Date: Sun, 10 Dec 2023 10:53:12 +0800 Subject: [PATCH] docs : blog fix Signed-off-by: laixingyou --- modules/community | 2 +- modules_i18n/community-zh | 2 +- src/components/Header/MobileHeader.tsx | 2 +- src/components/Header/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/community b/modules/community index e370f06..7060696 160000 --- a/modules/community +++ b/modules/community @@ -1 +1 @@ -Subproject commit e370f06dfc1633d43e587fc9bfe77cc450a315fe +Subproject commit 706069681b6beb2200006942ee631da713375d9f diff --git a/modules_i18n/community-zh b/modules_i18n/community-zh index 2e74b6f..53a7a82 160000 --- a/modules_i18n/community-zh +++ b/modules_i18n/community-zh @@ -1 +1 @@ -Subproject commit 2e74b6f8a96e49b0c61ac53e5b423c83ca76ee43 +Subproject commit 53a7a821b35c547d7c69c4dc511d205bba602f2a diff --git a/src/components/Header/MobileHeader.tsx b/src/components/Header/MobileHeader.tsx index 4c73494..6c37858 100644 --- a/src/components/Header/MobileHeader.tsx +++ b/src/components/Header/MobileHeader.tsx @@ -60,7 +60,7 @@ const MobileHeader: React.FC = ({ children }) => { }, { title: translate({ id: 'header.academe' }), - href: '/academe', + href: '/collaboration', icon: null, legacyBehavior: true, }, diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index efe32cd..b5ff091 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -47,7 +47,7 @@ const Header: React.FC<{