Skip to content

Commit

Permalink
Fix svelte issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gauntface authored and renovate[bot] committed Nov 2, 2024
1 parent 52ca817 commit 9720393
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/frontend/components/bmc/BuyMeACoffee.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<a class="c-bmc" href="https://www.buymeacoffee.com/gauntface" target="_blank">
<a
class="c-bmc"
href="https://www.buymeacoffee.com/gauntface"
target="_blank"
aria-label="Buy me a coffee"
>
<svg
class="c-bmc__svg"
fill="none"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/components/checkbox/Checkbox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
bind:checked
on:input
/>
<label for="input-switch" class="c-switch__track" />
<label for="input-switch" class="c-switch__track"></label>
</div>

<label for="input-switch" class="c-switch__label">{label}</label>
Expand Down

0 comments on commit 9720393

Please sign in to comment.