feat: rearrange footer links
This commit is contained in:
parent
0f8422e5d4
commit
f6c855157b
1 changed files with 6 additions and 5 deletions
|
@ -40,6 +40,11 @@ export const links: Link[] = [
|
||||||
export default links
|
export default links
|
||||||
|
|
||||||
export const footerLinks: Link[] = [
|
export const footerLinks: Link[] = [
|
||||||
|
{
|
||||||
|
text: 'Forgejo',
|
||||||
|
url: 'https://git.ayo.run/ayo',
|
||||||
|
icon: 'forgejo',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: 'SourceHut',
|
text: 'SourceHut',
|
||||||
url: 'https://sr.ht/~ayoayco',
|
url: 'https://sr.ht/~ayoayco',
|
||||||
|
@ -60,11 +65,7 @@ export const footerLinks: Link[] = [
|
||||||
url: 'https://github.com/ayoayco',
|
url: 'https://github.com/ayoayco',
|
||||||
icon: 'github',
|
icon: 'github',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
text: 'Forgejo',
|
|
||||||
url: 'https://git.ayo.run/ayo',
|
|
||||||
icon: 'forgejo',
|
|
||||||
},
|
|
||||||
/**
|
/**
|
||||||
* TODO: add all socials to about page
|
* TODO: add all socials to about page
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue