diff --git a/src/composables/Links.js b/src/composables/Links.js index 7cdc771..9463d78 100644 --- a/src/composables/Links.js +++ b/src/composables/Links.js @@ -13,6 +13,13 @@ const links = [ title: 'Mój LinkedIn', text: '/in/kamilniemczycki', }, + { + slug: 'gitea', + faIcon: ['fas', 'arrow-up-right-from-square'], + url: 'https://git.kamilcraft.com/kamilniemczycki', + title: 'Prywatny serwer git', + text: 'git.kamilcraft.com', + }, { slug: 'github', faIcon: ['fab', 'github'],