Skip to content

Commit 98efbda

Browse files
committed
website: add discord in header
1 parent 8c69cdd commit 98efbda

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

website/src/Consts.re

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ let socialLinks = [|
6565
componentFunc: (~iconColor, ~iconSize) =>
6666
<SVGSocialGithub fill=iconColor width=iconSize height=iconSize />,
6767
},
68+
{
69+
name: "Discord",
70+
text: "reason-react-native on Discord",
71+
link: "/reason-react-native/discord/",
72+
componentFunc: (~iconColor, ~iconSize) =>
73+
<SVGSocialDiscord fill=iconColor width=iconSize height=iconSize />,
74+
},
6875
|];
6976

7077
let api = "docs/apis/";

website/src/SVGs/SocialDiscord.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)