We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c69cdd commit 98efbdaCopy full SHA for 98efbda
website/src/Consts.re
@@ -65,6 +65,13 @@ let socialLinks = [|
65
componentFunc: (~iconColor, ~iconSize) =>
66
<SVGSocialGithub fill=iconColor width=iconSize height=iconSize />,
67
},
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
+ },
75
|];
76
77
let api = "docs/apis/";
website/src/SVGs/SocialDiscord.svg
0 commit comments