fix: Remove duplicate index number from card BACK label in CardList
All checks were successful
Automated Container Build / build-and-push (push) Successful in 58s

This commit is contained in:
Elijah 2026-06-28 12:06:22 -07:00
parent e4b32c6bf2
commit 79d4936ed4

View file

@ -39,9 +39,6 @@ export function CardList({ cards }: CardListProps) {
</div>
<div>
<div className="text-xs font-medium text-text-muted uppercase tracking-wider mb-2 flex items-center gap-2">
<span className="w-6 h-6 rounded-full bg-bg-surface-alt flex items-center justify-center text-text-secondary">
{index + 1}
</span>
Back
</div>
<div className="markdown-content text-sm text-text-body bg-bg-base/50 p-4 rounded-xl border border-border-light/50">