File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -207,10 +207,6 @@ const config: Config = {
207207 label : "Governance Proposals" ,
208208 href : "https://proposals.flare.network" ,
209209 } ,
210- {
211- label : "Discourse Forum" ,
212- href : "https://forum.flare.network" ,
213- } ,
214210 ] ,
215211 } ,
216212 ] ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import LinkedIn from "@site/static/img/social-icons/linkedin.svg";
44import Discord from "@site/static/img/social-icons/discord.svg" ;
55import X from "@site/static/img/social-icons/X.svg" ;
66import Telegram from "@site/static/img/social-icons/Telegram.svg" ;
7+ import Discourse from "@site/static/img/social-icons/discourse.svg" ;
78
89import Link from "@docusaurus/Link" ;
910import classes from "./socialLinks.module.css" ;
@@ -45,6 +46,11 @@ const socialLinks: Array<SocialLinkProps> = [
4546 icon : Telegram ,
4647 label : "Telegram" ,
4748 } ,
49+ {
50+ href : "https://forum.flare.network" ,
51+ icon : Discourse ,
52+ label : "Discourse Forum" ,
53+ } ,
4854] ;
4955
5056export default function SocialLinks ( ) {
You can’t perform that action at this time.
0 commit comments