🩹 fix link for button

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-14 11:16:38 +01:00
parent be2d5ffa17
commit 5ddecf4dbd
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -12,4 +12,4 @@
}
</script>
<button class={style}><a href={url}>{text}</a></button>
<a href={url}><button class={style}>{text}</button></a>