From 29c40f0acc169ed9ecead587f2c71d3895a57f53 Mon Sep 17 00:00:00 2001 From: Dan Kotowski Date: Sat, 29 Jun 2024 05:07:00 -0500 Subject: [PATCH] Fix and update contact link tooltips --- src/lib/ContactSection.svelte | 4 ++-- src/lib/components/Link.svelte | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lib/ContactSection.svelte b/src/lib/ContactSection.svelte index 4c7be0b..b8fb7b1 100644 --- a/src/lib/ContactSection.svelte +++ b/src/lib/ContactSection.svelte @@ -17,13 +17,13 @@
- +
Go to my Github account (@djkotowski)
- +
Go to my LinkedIn account (@djkotowski)
diff --git a/src/lib/components/Link.svelte b/src/lib/components/Link.svelte index 4441045..45ff8c6 100644 --- a/src/lib/components/Link.svelte +++ b/src/lib/components/Link.svelte @@ -3,7 +3,8 @@ export let href: string export let target: HTMLAnchorAttributes['target'] + export let title: HTMLAnchorAttributes['title'] - +