diff --git a/src/components/Deck.tsx b/src/components/Deck.tsx index c3ab725..8afc12f 100644 --- a/src/components/Deck.tsx +++ b/src/components/Deck.tsx @@ -15,7 +15,7 @@ interface Props { const DeckComp: React.FC = ({deck,side,title,onChange}) => { return ( -
+
{title} { side === Side.CT && D: