From 7be24ef41c1478f6d555cf02bff534aff197c2dd Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 8 Feb 2024 12:08:11 +0100 Subject: [PATCH] fix github link --- src/components/MainBanner.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MainBanner.vue b/src/components/MainBanner.vue index 0f5a2ed..78ed800 100644 --- a/src/components/MainBanner.vue +++ b/src/components/MainBanner.vue @@ -13,7 +13,7 @@ const socials = [ { name: 'github', icon: 'i-ph-github-logo-bold', - link: 'https://twitter.com/ArthurDanj', + link: 'https://github.com/ArthurDanjou', }, { name: 'linkedin',