aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--front/pages/index.tsx2
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!