diff --git a/packages/app/src/components/workspace-setting/workspace-setting.tsx b/packages/app/src/components/workspace-setting/workspace-setting.tsx
index a61bee5daa..bd075c4665 100644
--- a/packages/app/src/components/workspace-setting/workspace-setting.tsx
+++ b/packages/app/src/components/workspace-setting/workspace-setting.tsx
@@ -311,11 +311,6 @@ const PublishPage = ({ workspace }: { workspace: Workspace }) => {
{workspace.public ? (
-
- After publishing to the web, everyone can view the content of this
- workspace through the link.
-
- ) : (
<>
The current workspace has been published to the web, everyone can
@@ -331,6 +326,11 @@ const PublishPage = ({ workspace }: { workspace: Workspace }) => {
>
+ ) : (
+
+ After publishing to the web, everyone can view the content of this
+ workspace through the link.
+
)}
{!workspace.public ? (