mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 05:47:09 +08:00
chore: bump version (#3333)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Trans } from '@affine/i18n';
|
||||
import { AffineLogoSBlue2_1Icon, CloseIcon } from '@blocksuite/icons';
|
||||
import { CloseIcon, Logo1Icon } from '@blocksuite/icons';
|
||||
|
||||
import {
|
||||
downloadCloseButtonStyle,
|
||||
@@ -17,7 +17,7 @@ export const DownloadTips = ({ onClose }: { onClose: () => void }) => {
|
||||
data-testid="download-client-tip"
|
||||
>
|
||||
<div className={downloadTipStyle}>
|
||||
<AffineLogoSBlue2_1Icon className={downloadTipIconStyle} />
|
||||
<Logo1Icon className={downloadTipIconStyle} />
|
||||
<div className={downloadMessageStyle}>
|
||||
<Trans i18nKey="com.affine.banner.content">
|
||||
This demo is limited.
|
||||
|
||||
Reference in New Issue
Block a user