mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-25 08:00:37 +00:00
feat: drop em dash from deals empty-state copy
This commit is contained in:
@@ -503,7 +503,7 @@ function EmptyDeals({ hasFilters, onClear }: { hasFilters: boolean; onClear: ()
|
||||
<p className="text-[11.5px] text-slate-400 mb-4 max-w-[40ch] mx-auto leading-relaxed">
|
||||
{hasFilters
|
||||
? "Try widening or clearing the filters to see more."
|
||||
: "Deals you create across any pipeline show up here — searchable, sortable, and totalled across every pipeline."}
|
||||
: "Deals you create across any pipeline show up here: searchable, sortable, and totalled across every pipeline."}
|
||||
</p>
|
||||
{hasFilters && (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user