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