forked from btclock/webui
Add alt tag to bitaxe logo
This commit is contained in:
parent
ca4996dfc8
commit
52ab8df77a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
<ZapIcon></ZapIcon>
|
<ZapIcon></ZapIcon>
|
||||||
{/if}
|
{/if}
|
||||||
{#if char.endsWith('bitaxe')}
|
{#if char.endsWith('bitaxe')}
|
||||||
<img src="/bitaxe.webp" class="bitaxelogo" />
|
<img src="/bitaxe.webp" class="bitaxelogo" alt="BitAxe logo" />
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{:else if char === 'STS'}
|
{:else if char === 'STS'}
|
||||||
|
|
Loading…
Reference in a new issue