replace play button with an svg

This commit is contained in:
Jakob Ketterl
2021-05-05 19:27:03 +02:00
parent 55254b1c44
commit 1b4b87b14e
3 changed files with 2 additions and 1 deletions

View File

@ -159,7 +159,7 @@
</div>
<div id="openwebrx-autoplay-overlay" class="openwebrx-overlay" style="display:none;">
<div class="overlay-content">
<img id="openwebrx-play-button" src="static/gfx/openwebrx-play-button.png" />
<img id="openwebrx-play-button" src="static/gfx/openwebrx-play-button.svg" />
<div>Start OpenWebRX</div>
</div>
</div>