center text and fullwidth button
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m30s

This commit is contained in:
2026-02-19 21:41:49 +00:00
parent 747a403bcb
commit 4b5ed4787a
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<img src="/img/tmpen31z3pe.PNG" />
<div class="m-1">
<p>Stream is offline. Tune in Fridays @ 6:00pm, Monday @ 8:00am</p>
<Button @click="checkStream()">Check Stream</Button>
<Button class="w-full" @click="checkStream()">Check Stream</Button>
</div>
</div>
</template>