diff --git a/frontend/web/src/components/setting/WorkspaceSection.tsx b/frontend/web/src/components/setting/WorkspaceSection.tsx
index 8ce21ec..4902195 100644
--- a/frontend/web/src/components/setting/WorkspaceSection.tsx
+++ b/frontend/web/src/components/setting/WorkspaceSection.tsx
@@ -110,7 +110,7 @@ const WorkspaceSection = () => {
setWorkspaceSetting({ ...workspaceSetting, branding: new TextEncoder().encode("") })}
/>
diff --git a/frontend/web/src/pages/CollectionDashboard.tsx b/frontend/web/src/pages/CollectionDashboard.tsx
index 398c1ad..28842d2 100644
--- a/frontend/web/src/pages/CollectionDashboard.tsx
+++ b/frontend/web/src/pages/CollectionDashboard.tsx
@@ -75,7 +75,7 @@ const CollectionDashboard: React.FC = () => {
) : filteredCollections.length === 0 ? (
-
+
No collections found.
{
) : orderedShortcutList.length === 0 ? (