From d83fd10ca62c4efe8a8d3a3edb9cbecd6732fff7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Feb 2026 21:37:48 +0100 Subject: [PATCH] feat: change links order --- src/constants/links.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index 43e1d83..244db56 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -45,6 +45,11 @@ export const footerLinks: Link[] = [ url: 'https://git.ayo.run/ayo/', icon: 'git', }, + { + text: 'GitHub', + url: 'https://ayco.io/gh', + icon: 'github', + }, { text: 'SourceHut', url: 'https://sr.ht/~ayoayco', @@ -75,11 +80,6 @@ export const footerLinks: Link[] = [ url: 'https://www.linkedin.com/in/ayoayco/', icon: 'linkedin', }, - { - text: 'GitHub', - url: 'https://ayco.io/gh', - icon: 'github', - }, ] export const socialLinks: Link[] = [