⚡Handles svelte warnings
This commit is contained in:
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user