mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-03-01 03:04:08 +00:00
Add Discord, remove Partners in footer
This commit is contained in:
parent
32f9f2976f
commit
e6954eb830
@ -238,7 +238,7 @@
|
||||
|
||||
> li:last-of-type {
|
||||
display: grid;
|
||||
align-content: flex-start;
|
||||
align-content: start;
|
||||
gap: tovw(16px, 'default', 16px);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-template-rows: auto;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
import {
|
||||
Discord,
|
||||
Facebook,
|
||||
Instagram,
|
||||
Linkedin,
|
||||
@ -26,7 +27,6 @@ export const AboutLinks = [
|
||||
{ href: '/about', title: 'About' },
|
||||
{ href: 'https://docs.laconic.com/faq', title: 'FAQ' },
|
||||
{ href: '/about#team', title: 'Team' },
|
||||
{ href: '/partners', title: 'Partners' },
|
||||
{
|
||||
href: 'https://laconic.community/c/join-the-laconic-network/13',
|
||||
title: 'Careers'
|
||||
@ -56,6 +56,16 @@ export const ConnectLinks = [
|
||||
title: 'Reddit',
|
||||
logo: <Reddit />
|
||||
},
|
||||
{
|
||||
href: 'https://discord.com/invite/ukhbBemyxY',
|
||||
title: 'Discord',
|
||||
logo: <Discord />
|
||||
},
|
||||
{
|
||||
href: 'https://instagram.com/laconicnetwork',
|
||||
title: 'Instagram',
|
||||
logo: <Instagram />
|
||||
},
|
||||
{
|
||||
href: 'https://www.linkedin.com/company/laconic-network/',
|
||||
title: 'Linkedin',
|
||||
@ -65,10 +75,5 @@ export const ConnectLinks = [
|
||||
href: 'https://www.facebook.com/laconicnetwork',
|
||||
title: 'Facebook',
|
||||
logo: <Facebook />
|
||||
},
|
||||
{
|
||||
href: 'https://instagram.com/laconicnetwork',
|
||||
title: 'Instagram',
|
||||
logo: <Instagram />
|
||||
}
|
||||
]
|
||||
|
||||
@ -2,6 +2,7 @@ import Link from 'next/link'
|
||||
|
||||
import Line from '~/components/icons/line'
|
||||
import {
|
||||
Discord,
|
||||
Discourse,
|
||||
Facebook,
|
||||
Instagram,
|
||||
@ -55,6 +56,11 @@ const Socials = () => {
|
||||
<Instagram />
|
||||
</a>
|
||||
</Link>
|
||||
<Link href={`https://discord.com/invite/ukhbBemyxY`}>
|
||||
<a target="_blank">
|
||||
<Discord />
|
||||
</a>
|
||||
</Link>
|
||||
<Link href={`https://www.facebook.com/laconicnetwork`}>
|
||||
<a target="_blank">
|
||||
<Facebook />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user