diff options
Diffstat (limited to 'src/client/pages/DeckCardsPage.tsx')
| -rw-r--r-- | src/client/pages/DeckCardsPage.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/pages/DeckCardsPage.tsx b/src/client/pages/DeckCardsPage.tsx index f4b6c78..b7bf7e4 100644 --- a/src/client/pages/DeckCardsPage.tsx +++ b/src/client/pages/DeckCardsPage.tsx @@ -84,9 +84,7 @@ function NoteGroupCard({ className="w-4 h-4 text-muted" aria-hidden="true" /> - <span className="text-sm font-medium text-slate"> - Note ({cards.length} card{cards.length !== 1 ? "s" : ""}) - </span> + <span className="text-sm font-medium text-slate">Note</span> </div> <div className="flex items-center gap-1"> <button |
