From f6c855157bdb463f68f49cab13e938eace194e0a Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 11 May 2025 11:03:31 +0200 Subject: [PATCH] feat: rearrange footer links --- src/constants/links.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index 1470ea5..d99c8aa 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -40,6 +40,11 @@ export const links: Link[] = [ export default links export const footerLinks: Link[] = [ + { + text: 'Forgejo', + url: 'https://git.ayo.run/ayo', + icon: 'forgejo', + }, { text: 'SourceHut', url: 'https://sr.ht/~ayoayco', @@ -60,11 +65,7 @@ export const footerLinks: Link[] = [ url: 'https://github.com/ayoayco', icon: 'github', }, - { - text: 'Forgejo', - url: 'https://git.ayo.run/ayo', - icon: 'forgejo', - }, + /** * TODO: add all socials to about page */