mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: bump blocksuite to 0.0.0-20230525011821-20259c76-nightly (#2515)
This commit is contained in:
@@ -51,12 +51,12 @@
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230519102837-01acd96b-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230519102837-01acd96b-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230519102837-01acd96b-nightly",
|
||||
"@blocksuite/icons": "^2.1.18",
|
||||
"@blocksuite/lit": "0.0.0-20230519102837-01acd96b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230519102837-01acd96b-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230525011821-20259c76-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230525011821-20259c76-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230525011821-20259c76-nightly",
|
||||
"@blocksuite/icons": "^2.1.19",
|
||||
"@blocksuite/lit": "0.0.0-20230525011821-20259c76-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230525011821-20259c76-nightly",
|
||||
"@storybook/addon-actions": "^7.0.12",
|
||||
"@storybook/addon-coverage": "^0.0.8",
|
||||
"@storybook/addon-essentials": "^7.0.12",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Trans } from '@affine/i18n';
|
||||
import { AffineLogoSimSBlue1_1Icon, CloseIcon } from '@blocksuite/icons';
|
||||
import { AffineLogoSimCBlue1_1Icon, CloseIcon } from '@blocksuite/icons';
|
||||
|
||||
import {
|
||||
downloadCloseButtonStyle,
|
||||
@@ -17,7 +17,7 @@ export const DownloadTips = ({ onClose }: { onClose: () => void }) => {
|
||||
data-testid="download-client-tip"
|
||||
>
|
||||
<div className={downloadTipStyle}>
|
||||
<AffineLogoSimSBlue1_1Icon className={downloadTipIconStyle} />
|
||||
<AffineLogoSimCBlue1_1Icon className={downloadTipIconStyle} />
|
||||
<div className={downloadMessageStyle}>
|
||||
<Trans i18nKey="com.affine.banner.content">
|
||||
Enjoying the demo?
|
||||
|
||||
Reference in New Issue
Block a user