diff --git a/apps/yaak-client/components/Sidebar.tsx b/apps/yaak-client/components/Sidebar.tsx index bce4b367..3ef7e6eb 100644 --- a/apps/yaak-client/components/Sidebar.tsx +++ b/apps/yaak-client/components/Sidebar.tsx @@ -670,7 +670,7 @@ function Sidebar({ className }: { className?: string }) { className="!h-auto py-3 px-3 !text-text-subtle text-sm leading-relaxed text-center" >
- Found matches by{" "} + No results, but found matches by{" "} {emptyFilterSuggestions?.map((suggestion, i) => ( {i > 0 && " or "} @@ -688,12 +688,17 @@ function Sidebar({ className }: { className?: string }) {
) : ( -
- No results for{" "} - - {filterText.text} - -
+ +
+ No results for{" "} + + {filterText.text} + +
+
)} ) : (