mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
feat(core): update migration data notification (#12594)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated the migration notification with a clearer header and description to better guide users through the data migration process. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -48,11 +48,11 @@ export const MigrationAllDocsDataNotification = () => {
|
||||
return (
|
||||
<div className={styles.migrationDataNotificationContainer}>
|
||||
<div className={styles.migrationDataNotificationTitle}>
|
||||
{t['com.affine.migration-all-docs-notification.title']()}
|
||||
{t['com.affine.migration-all-docs-notification.header']()}
|
||||
</div>
|
||||
<div className={styles.migrationDataNotificationContent}>
|
||||
<MigrationBackgroundCover />
|
||||
{t['com.affine.migration-all-docs-notification.content']()}
|
||||
{t['com.affine.migration-all-docs-notification.desc']()}
|
||||
</div>
|
||||
|
||||
{error && (
|
||||
|
||||
Reference in New Issue
Block a user