Button fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-07-01 22:18:26 +02:00
parent 54b188bdfa
commit 3ab565d1e0
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
export let text = '';
</script>
<a href="{link}">
<button class="bg-slate-700 py-2 px-4 rounded-xl hover:ring">
<a href={link}>{text}</a>
{text}
</button>
</a>