1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Silence lint warnings.

This commit is contained in:
Sam Rose 2024-03-14 10:25:41 +00:00
parent c8f37e16e5
commit 5918dfebba
No known key found for this signature in database

View file

@ -3,6 +3,8 @@
import { goto } from "@roxi/routify"
</script>
<!-- svelte-ignore a11y-no-noninteractive-element-interactions-->
<!-- svelte-ignore a11y-click-events-have-key-events -->
<img src={Logo} alt="Budibase Logo" on:click={() => $goto("./apps")} />
<style>