projects
/
pokerwave.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af843d6
)
fix heart symbol
author
Geoffrey Allott
<geoffrey@allott.email>
Mon, 22 Mar 2021 21:30:19 +0000
(21:30 +0000)
committer
Geoffrey Allott
<geoffrey@allott.email>
Mon, 22 Mar 2021 21:30:19 +0000
(21:30 +0000)
site/modules/card.js
patch
|
blob
|
history
diff --git
a/site/modules/card.js
b/site/modules/card.js
index be14c0f06ddf2519ed3d0865ffe670f74cc6262c..032575b25872e4a91a6d5d56092ef24e7ac896ac 100644
(file)
--- a/
site/modules/card.js
+++ b/
site/modules/card.js
@@
-29,7
+29,7
@@
export function pretty_suit(suit) {
switch (suit) {
case "Clubs": return "♣";
case "Diamonds": return "♢";
- case "Hearts": return "â
\99
¢
";
+ case "Hearts": return "â
\99
¡
";
case "Spades": return "♠";
}
}