From 0297e9aa2d08d8c79f3bf075031a810711208e4b Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 1 Aug 2024 22:45:04 +0800 Subject: [PATCH] chore: fix branding button style --- frontend/web/src/components/setting/WorkspaceSection.tsx | 2 +- frontend/web/src/pages/CollectionDashboard.tsx | 2 +- frontend/web/src/pages/ShortcutDashboard.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 = () => {
branding 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 ? (
- +

No shortcuts found.