Redundant code
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-07-13 15:29:10 +02:00
parent 55a408c5d5
commit d5a67c9198
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<span class="text-yellow-300">Waiting</span>
{:then status}
{#if status}
<span class="text-green-400 dark:text-green-400">Online</span>
<span class="text-green-400">Online</span>
{:else}
<span class="text-red-500">Offline</span>
{/if}