From 24544be0e6facbe5a0e2574a134b2339d5d45d51 Mon Sep 17 00:00:00 2001 From: johnnyjoy Date: Mon, 8 Jul 2024 09:11:03 +0800 Subject: [PATCH] chore: add more reference links --- frontend/web/src/pages/CollectionDashboard.tsx | 10 +++++++++- frontend/web/src/pages/ShortcutDashboard.tsx | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/frontend/web/src/pages/CollectionDashboard.tsx b/frontend/web/src/pages/CollectionDashboard.tsx index 1bc9542..398c1ad 100644 --- a/frontend/web/src/pages/CollectionDashboard.tsx +++ b/frontend/web/src/pages/CollectionDashboard.tsx @@ -76,7 +76,15 @@ const CollectionDashboard: React.FC = () => { ) : filteredCollections.length === 0 ? (
-

No collections found.

+

No collections found.

+ + Learn more about collections. + +
) : (
diff --git a/frontend/web/src/pages/ShortcutDashboard.tsx b/frontend/web/src/pages/ShortcutDashboard.tsx index 6bdf777..3ae6546 100644 --- a/frontend/web/src/pages/ShortcutDashboard.tsx +++ b/frontend/web/src/pages/ShortcutDashboard.tsx @@ -78,7 +78,15 @@ const ShortcutDashboard: React.FC = () => { ) : orderedShortcutList.length === 0 ? (
-

No shortcuts found.

+

No shortcuts found.

+ + Learn more about shortcuts. + +
) : (