init
This commit is contained in:
commit
d761a10bf7
102 changed files with 4761 additions and 0 deletions
20
lib/socials.ts
Normal file
20
lib/socials.ts
Normal file
|
@ -0,0 +1,20 @@
|
|||
const socials = [
|
||||
{
|
||||
name: 'Discord',
|
||||
icon: '/assets/socials/discord.svg',
|
||||
url: 'https://discord.gg/8mXDcXbsqd',
|
||||
},
|
||||
{
|
||||
name: 'Beta FAQ',
|
||||
icon: '/assets/landing/soft-launch.svg',
|
||||
url: 'https://l.yoursit.ee/beta-faq',
|
||||
},
|
||||
{
|
||||
name: 'Apply for Beta',
|
||||
icon: '/assets/landing/document.svg',
|
||||
url: 'https://l.yoursit.ee/beta',
|
||||
},
|
||||
];
|
||||
|
||||
export default socials;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue