Silence lint warnings.
This commit is contained in:
parent
c8f37e16e5
commit
5918dfebba
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue