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']
-
+