diff --git a/front/pages/index.tsx b/front/pages/index.tsx index f0a8afc..3a36ce6 100644 --- a/front/pages/index.tsx +++ b/front/pages/index.tsx @@ -16,7 +16,7 @@ interface GameState { } const rankStrs = ['', 'A', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K']; -const suitChars = ['♣', '♦', '♥', '♠']; +const suitChars = ['♦', '♥', '♣', '♠']; const rules = `There are only 5 simple rules!