cosmetic fix to !slots

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-01 20:57:29 +02:00
parent d43ee18a26
commit 30144c46a4
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
<em style="position: relative; top: 2px; margin-left: 0.5rem">{{c.slots_result}}</em>
{% elif c.casino_game_id %}
{% set game_state = c.casino_game.game_state_json %}
<em style="position: relative; top: 2px; margin-left: 0.5rem">{{game_state['symbols'].replace(',','')}} {{game_state['text']}}</em>
<em style="position: relative; top: 2px; margin-left: 0.5rem">{{game_state['symbols'].replace(',','')}} {{game_state['text'].replace('procoins', 'marseybux')}}</em>
{% endif %}
{% if c.blackjack_result %}