mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 05:42:30 +03:00
fix: about us modal (#1358)
This commit is contained in:
parent
776d30613f
commit
a3e825c216
@ -75,7 +75,7 @@ export const ContactModal = ({
|
||||
icon: <DocIcon />,
|
||||
title: t('Check Our Docs'),
|
||||
subTitle: 'Open Source',
|
||||
link: 'https://github.com/toeverything/AFFiNE',
|
||||
link: 'https://community.affine.pro',
|
||||
},
|
||||
];
|
||||
const date = new Date();
|
||||
@ -124,8 +124,12 @@ export const ContactModal = ({
|
||||
<StyledModalFooter>
|
||||
<p>Copyright © {year} Toeverything</p>
|
||||
<StyledPrivacyContainer>
|
||||
<a href="https://affine.pro/terms">Terms</a>
|
||||
<a href="https://affine.pro/privacy">Privacy</a>
|
||||
<a href="https://affine.pro/terms" target="_blank">
|
||||
Terms
|
||||
</a>
|
||||
<a href="https://affine.pro/privacy" target="_blank">
|
||||
Privacy
|
||||
</a>
|
||||
</StyledPrivacyContainer>
|
||||
</StyledModalFooter>
|
||||
</ModalWrapper>
|
||||
|
Loading…
Reference in New Issue
Block a user