Skip to content

Commit 0ad2394

Browse files
committed
update message
1 parent f0cc66c commit 0ad2394

File tree

1 file changed

+3
-3
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components

1 file changed

+3
-3
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/case-list.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)