20 lines
No EOL
432 B
TypeScript
20 lines
No EOL
432 B
TypeScript
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;
|
|
|