fix missing image on wpd

pull/195/head
Aevann 2023-08-13 17:08:33 +03:00
parent f0e40534b0
commit 03f04869c5
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 256 KiB

View File

@ -8,7 +8,7 @@
<img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/{{SITE_NAME}}/lottery.webp?x=6">
<img
id="lotteryTicketPulled"
src="{{SITE_FULL_IMAGES}}/i/{{SITE_NAME}}/lottery_active.webp?x=6"
src="{{SITE_FULL_IMAGES}}/i/lottery_active.webp?x=6"
style="display: none"
>
</div>