Skip to content

Commit 227a6ef

Browse files
author
root
committed
Fix #18: remove unused group detail page backup
1 parent 3e6a63c commit 227a6ef

2 files changed

Lines changed: 1 addition & 85 deletions

File tree

apps/web/app/dashboard/groups/[groupId]/page.fixed.tsx

Lines changed: 0 additions & 84 deletions
This file was deleted.

apps/web/app/dashboard/groups/[groupId]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default async function GroupDetailPage({ params }: GroupDetailPageProps)
3333
<p className="text-[11px] font-semibold uppercase tracking-[0.14em] text-[var(--fs-text-muted)]">Group</p>
3434
<h1 className="text-3xl font-extrabold tracking-tight text-[var(--fs-text-primary)]">{group.name}</h1>
3535
<p className="text-[12px] font-medium text-[var(--fs-text-muted)]">
36-
Created {new Date(group.createdAt).toLocaleDateString()} ID {groupId.slice(0, 8)}
36+
Created {new Date(group.createdAt).toLocaleDateString()} · ID {groupId.slice(0, 8)}
3737
</p>
3838
</div>
3939
<div className="flex items-center gap-3">

0 commit comments

Comments
 (0)