Skip to content

Commit cf2d1b6

Browse files
authored
fix(docs): move Discourse Forum to social icon links and remove from governance (#880)
1 parent ae8bf65 commit cf2d1b6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docusaurus.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
],

src/theme/Footer/SocialLinks/SocialLinks.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import LinkedIn from "@site/static/img/social-icons/linkedin.svg";
44
import Discord from "@site/static/img/social-icons/discord.svg";
55
import X from "@site/static/img/social-icons/X.svg";
66
import Telegram from "@site/static/img/social-icons/Telegram.svg";
7+
import Discourse from "@site/static/img/social-icons/discourse.svg";
78

89
import Link from "@docusaurus/Link";
910
import 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

5056
export default function SocialLinks() {

0 commit comments

Comments
 (0)