chore: increase the frequency of the banner (#3264)

This commit is contained in:
JimmFly
2023-07-17 17:45:02 +08:00
committed by GitHub
parent f21eb5f272
commit 9b32db9f62
7 changed files with 37 additions and 27 deletions

View File

@@ -20,7 +20,7 @@ export const DownloadTips = ({ onClose }: { onClose: () => void }) => {
<AffineLogoSBlue2_1Icon className={downloadTipIconStyle} />
<div className={downloadMessageStyle}>
<Trans i18nKey="com.affine.banner.content">
Enjoying the demo?
This demo is limited.
<a
className={linkStyle}
href="https://affine.pro/download"
@@ -29,7 +29,7 @@ export const DownloadTips = ({ onClose }: { onClose: () => void }) => {
>
Download the AFFiNE Client
</a>
for the full experience.
for the latest features and Performance.
</Trans>
</div>
</div>