chore: remove community link from header (#8818)

close AF-1695
This commit is contained in:
JimmFly 2024-11-14 08:15:01 +00:00
parent 44e00f67c4
commit 97d6f53932
No known key found for this signature in database
GPG Key ID: 126E0320FEB0D05C
2 changed files with 0 additions and 12 deletions

View File

@ -9,10 +9,6 @@ export const useNavConfig = () => {
title: t['com.affine.other-page.nav.official-website'](),
path: 'https://affine.pro',
},
{
title: t['com.affine.other-page.nav.affine-community'](),
path: 'https://community.affine.pro/home',
},
{
title: t['com.affine.other-page.nav.blog'](),
path: 'https://affine.pro/blog',

View File

@ -81,14 +81,6 @@ export const OpenInAppPage = ({ urlToOpen, openHereClicked }: OpenAppProps) => {
>
Official Website
</a>
<a
href="https://community.affine.pro/home"
target="_blank"
rel="noreferrer"
className={styles.topNavLink}
>
AFFiNE Community
</a>
<a
href="https://affine.pro/blog"
target="_blank"