mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 19:51:38 +03:00
Merge pull request #153 from toeverything/feat/switch-view
feat(Switcher): change words
This commit is contained in:
commit
808a31f19e
@ -35,7 +35,7 @@ export const Switcher = () => {
|
||||
active={pageViewMode === DocMode.doc}
|
||||
onClick={() => switchToPageView(DocMode.doc)}
|
||||
>
|
||||
Doc
|
||||
Paper
|
||||
</StatusText>
|
||||
<StatusTrack
|
||||
mode={pageViewMode}
|
||||
@ -51,7 +51,7 @@ export const Switcher = () => {
|
||||
active={pageViewMode === DocMode.board}
|
||||
onClick={() => switchToPageView(DocMode.board)}
|
||||
>
|
||||
Board
|
||||
Edgeless
|
||||
</StatusText>
|
||||
</StyledContainerForSwitcher>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user