From d4eb2cec38abddd62d8f6f40f49226788cd576cc Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 10 Jan 2025 11:32:23 +0100 Subject: [PATCH] feat: mention source hut first in footer --- src/constants/links.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index 2c59ce4..abb9645 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -43,14 +43,14 @@ export const links: Link[] = [ export default links export const footerLinks = [ - { - text: 'GitHub', - url: 'https://github.com/ayoayco', - }, { text: 'SourceHut', url: 'https://sr.ht/~ayoayco', }, + { + text: 'GitHub', + url: 'https://github.com/ayoayco', + }, { text: 'LinkedIn', url: 'https://www.linkedin.com/in/ayoayco',