Handles svelte warnings

This commit is contained in:
Rune Harlyk
2024-05-02 18:46:06 +02:00
committed by Rune Harlyk
parent b0590e52e8
commit 95914ec334
2 changed files with 6 additions and 0 deletions
@@ -23,6 +23,8 @@
stroke-width="2" stroke-width="2"
stroke="currentColor" stroke="currentColor"
fill="none" fill="none"
role="button"
tabindex="0"
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
@@ -45,6 +47,8 @@
stroke-width="2" stroke-width="2"
stroke="currentColor" stroke="currentColor"
fill="none" fill="none"
role="button"
tabindex="0"
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
+2
View File
@@ -115,6 +115,8 @@
on:click={() => { on:click={() => {
storeNetwork(network.ssid); storeNetwork(network.ssid);
}} }}
role="button"
tabindex="0"
> >
<div class="mask mask-hexagon bg-primary h-auto w-10 shrink-0"> <div class="mask mask-hexagon bg-primary h-auto w-10 shrink-0">
<Network class="text-primary-content h-auto w-full scale-75" /> <Network class="text-primary-content h-auto w-full scale-75" />