mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 18:11:32 +03:00
parent
44e00f67c4
commit
97d6f53932
@ -9,10 +9,6 @@ export const useNavConfig = () => {
|
|||||||
title: t['com.affine.other-page.nav.official-website'](),
|
title: t['com.affine.other-page.nav.official-website'](),
|
||||||
path: 'https://affine.pro',
|
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'](),
|
title: t['com.affine.other-page.nav.blog'](),
|
||||||
path: 'https://affine.pro/blog',
|
path: 'https://affine.pro/blog',
|
||||||
|
@ -81,14 +81,6 @@ export const OpenInAppPage = ({ urlToOpen, openHereClicked }: OpenAppProps) => {
|
|||||||
>
|
>
|
||||||
Official Website
|
Official Website
|
||||||
</a>
|
</a>
|
||||||
<a
|
|
||||||
href="https://community.affine.pro/home"
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer"
|
|
||||||
className={styles.topNavLink}
|
|
||||||
>
|
|
||||||
AFFiNE Community
|
|
||||||
</a>
|
|
||||||
<a
|
<a
|
||||||
href="https://affine.pro/blog"
|
href="https://affine.pro/blog"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
Loading…
Reference in New Issue
Block a user