diff --git a/src/components/common/footer/footer.module.scss b/src/components/common/footer/footer.module.scss
index 079408e..6786f6e 100644
--- a/src/components/common/footer/footer.module.scss
+++ b/src/components/common/footer/footer.module.scss
@@ -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;
diff --git a/src/components/common/footer/footer.tsx b/src/components/common/footer/footer.tsx
index a8ff257..70c8246 100644
--- a/src/components/common/footer/footer.tsx
+++ b/src/components/common/footer/footer.tsx
@@ -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:
},
+ {
+ href: 'https://discord.com/invite/ukhbBemyxY',
+ title: 'Discord',
+ logo:
+ },
+ {
+ href: 'https://instagram.com/laconicnetwork',
+ title: 'Instagram',
+ logo:
+ },
{
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:
- },
- {
- href: 'https://instagram.com/laconicnetwork',
- title: 'Instagram',
- logo:
}
]
diff --git a/src/components/sections/community/socials/index.tsx b/src/components/sections/community/socials/index.tsx
index 564bc93..5cc2767 100644
--- a/src/components/sections/community/socials/index.tsx
+++ b/src/components/sections/community/socials/index.tsx
@@ -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 = () => {
+
+
+
+
+