feat(links): use social public feed
This commit is contained in:
parent
9ea4c5b594
commit
8e79479bcd
1 changed files with 3 additions and 3 deletions
|
@ -42,12 +42,12 @@ export default links
|
||||||
export const footerLinks: Link[] = [
|
export const footerLinks: Link[] = [
|
||||||
{
|
{
|
||||||
text: 'SourceHut',
|
text: 'SourceHut',
|
||||||
url: 'https://sr.ht/~ayoayco',
|
url: 'https://ayco.io/sh/',
|
||||||
icon: 'sourcehut',
|
icon: 'sourcehut',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Mastodon',
|
text: 'Mastodon',
|
||||||
url: 'https://main.elk.zone/social.ayco.io/public/local',
|
url: 'https://social.ayco.io/public/local',
|
||||||
icon: 'mastodon',
|
icon: 'mastodon',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -57,7 +57,7 @@ export const footerLinks: Link[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'GitHub',
|
text: 'GitHub',
|
||||||
url: 'https://github.com/ayoayco',
|
url: 'https://ayco.io/gh',
|
||||||
icon: 'github',
|
icon: 'github',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue