From 6f274a5e8a0c6569ee713b3e77f994b6c46d9d6a Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 9 May 2021 17:43:11 -0500 Subject: [PATCH] Fix big typo!! --- front/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!