mirror of
https://github.com/correl/riichi.git
synced 2024-11-14 03:00:12 +00:00
Fix rendering of Man tiles
This commit is contained in:
parent
7fb216a351
commit
ce091bb024
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