diff --git a/src/components/FooterComponent.vue b/src/components/FooterComponent.vue
index ca3700a..afe9b3e 100644
--- a/src/components/FooterComponent.vue
+++ b/src/components/FooterComponent.vue
@@ -20,8 +20,8 @@
class="mr-1"
:icon="['fab', link.icon]"
/>
- {{ link.title }}
- {{ link.shortcut }}
+ {{ link.title }}
+ {{ link.shortcut }}
@@ -42,6 +42,12 @@ const socialLinks = [
icon: 'facebook',
title: 'Znajdź mnie na Facebooku',
shortcut: 'Facebook'
+ },
+ {
+ link: 'https://github.com/kamilniemczycki/kamilcraft.com',
+ icon: 'github',
+ title: 'Kod na GitHub',
+ shortcut: 'GitHub'
}
]