diff --git a/apps/frontend/src/pages/dashboard/collections.vue b/apps/frontend/src/pages/dashboard/collections.vue index a729f9862c..8696d2ae10 100644 --- a/apps/frontend/src/pages/dashboard/collections.vue +++ b/apps/frontend/src/pages/dashboard/collections.vue @@ -2,24 +2,47 @@
+ {{ + filterQuery ? 'No collections match your search' : "You don't have any collections yet" + }} +
++ {{ + filterQuery + ? 'Try adjusting your filters or search terms.' + : 'Create your first collection to get started!' + }} +
+