File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,17 +102,17 @@ export function SupportsCaseList({
102102 < div className = "h-4" />
103103
104104 { filteredTickets . length === 0 ? (
105- < div className = "flex min-h-[400px ] items-center justify-center rounded-lg border border-border bg-card" >
105+ < div className = "flex min-h-[300px ] items-center justify-center rounded-lg border border-border bg-card" >
106106 < div className = "text-center" >
107- < div className = "flex items-center justify-center mb-2 " >
107+ < div className = "flex items-center justify-center mb-3 " >
108108 < div className = "border p-1 rounded-full" >
109109 < XIcon className = "size-5 text-muted-foreground" />
110110 </ div >
111111 </ div >
112112
113113 < p className = "text-muted-foreground text-sm" >
114114 { activeTab === "all"
115- ? "You don't have any support cases yet "
115+ ? "No Support Cases "
116116 : `No ${ activeTab } cases found` }
117117 </ p >
118118 </ div >
You can’t perform that action at this time.
0 commit comments