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. + +
) : (