mirror of
https://github.com/correl/riichi.git
synced 2024-11-23 19:19:55 +00:00
Fix rendering of Man tiles
This commit is contained in:
parent
9980d93fb2
commit
6df327f340
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ cssName tile =
|
|||
String.concat [ "Sou", (toString v) ]
|
||||
|
||||
Suited Man v ->
|
||||
String.concat [ "Wan", (toString v) ]
|
||||
String.concat [ "Man", (toString v) ]
|
||||
|
||||
|
||||
view : Tile -> Html a
|
||||
|
|
Loading…
Reference in a new issue