feat: separate list of social links
This commit is contained in:
parent
7e85e61fa7
commit
55a9f3521d
1 changed files with 2 additions and 0 deletions
|
@ -60,7 +60,9 @@ export const footerLinks: Link[] = [
|
||||||
url: 'https://github.com/ayoayco',
|
url: 'https://github.com/ayoayco',
|
||||||
icon: 'github',
|
icon: 'github',
|
||||||
},
|
},
|
||||||
|
]
|
||||||
|
|
||||||
|
export const socialLinks: Link[] = [
|
||||||
/**
|
/**
|
||||||
* TODO: add all socials to about page
|
* TODO: add all socials to about page
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue