feat: mention source hut first in footer
This commit is contained in:
parent
ade0af5ad5
commit
d4eb2cec38
1 changed files with 4 additions and 4 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue