feat: mention source hut first in footer

This commit is contained in:
Ayo Ayco 2025-01-10 11:32:23 +01:00
parent ade0af5ad5
commit d4eb2cec38

View file

@ -43,14 +43,14 @@ export const links: Link[] = [
export default links export default links
export const footerLinks = [ export const footerLinks = [
{
text: 'GitHub',
url: 'https://github.com/ayoayco',
},
{ {
text: 'SourceHut', text: 'SourceHut',
url: 'https://sr.ht/~ayoayco', url: 'https://sr.ht/~ayoayco',
}, },
{
text: 'GitHub',
url: 'https://github.com/ayoayco',
},
{ {
text: 'LinkedIn', text: 'LinkedIn',
url: 'https://www.linkedin.com/in/ayoayco', url: 'https://www.linkedin.com/in/ayoayco',