1
0
mirror of https://github.com/djkotowski/personal-website.git synced 2026-06-20 13:02:47 -05:00

Fix and update contact link tooltips

This commit is contained in:
2024-06-29 05:07:00 -05:00
parent 74278bdb30
commit 29c40f0acc
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
export let href: string
export let target: HTMLAnchorAttributes['target']
export let title: HTMLAnchorAttributes['title']
</script>
<a class="text-cyan-200 hover:text-cyan-400 hover:border-b border-dotted" {href} {target}><slot /></a>
<a class="text-cyan-200 hover:text-cyan-400 hover:border-b border-dotted" {href} {target} {title}><slot /></a>