mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: update title on tab (#1360)
This commit is contained in:
committed by
GitHub
parent
98ccf17196
commit
0f82851766
@@ -118,7 +118,7 @@ export const EditorModeSwitch: React.FC<EditorModeSwitchProps> = ({
|
||||
>
|
||||
<AnimateRadioItem
|
||||
isLeft={true}
|
||||
label={t('Paper')}
|
||||
label={t('Page')}
|
||||
icon={<PaperItem />}
|
||||
active={mode === 'page'}
|
||||
status={radioItemStatus.left}
|
||||
|
||||
Reference in New Issue
Block a user