diff options
author | Anthony Wang | 2021-05-09 17:43:11 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-09 17:43:11 -0500 |
commit | 6f274a5e8a0c6569ee713b3e77f994b6c46d9d6a (patch) | |
tree | 8b53e943e715ba46ee12d06f997e32ef504315fb | |
parent | bf5f9d86b96d23c6a61a44c9cf33eb2f054342f0 (diff) |
Fix big typo!!v1.1.1
-rw-r--r-- | front/pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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! |