mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 05:33:10 +03:00
feat: add code tag
This commit is contained in:
parent
6891e586bc
commit
7bbf1d28ea
@ -140,7 +140,7 @@ export const GeneralPage = ({ workspace }: { workspace: Workspace }) => {
|
||||
|
||||
<StyledSettingH2 marginTop={20}>Workspace Type</StyledSettingH2>
|
||||
<StyledSettingInputContainer>
|
||||
{workspace.type}
|
||||
<code>{workspace.type} </code>
|
||||
</StyledSettingInputContainer>
|
||||
<StyledDeleteButtonContainer>
|
||||
{isOwner ? (
|
||||
|
@ -466,8 +466,8 @@ const SyncPage = ({ workspace }: { workspace: Workspace }) => {
|
||||
</>
|
||||
) : (
|
||||
<StyledPublishExplanation>
|
||||
{workspace.name} is Cloud Workspace. All data will be synchronized
|
||||
and saved to the AFFiNE account
|
||||
<code>{workspace.name}</code> is Cloud Workspace. All data will be
|
||||
synchronized and saved to the AFFiNE account
|
||||
<div>
|
||||
<Menu
|
||||
content={
|
||||
|
Loading…
Reference in New Issue
Block a user