Skip to content

Commit 59453c6

Browse files
committed
feat: add discourse link to home page (#94)
1 parent df3454f commit 59453c6

File tree

1 file changed

+5
-0
lines changed
  • app/components/Home/components/Section/components/SectionHelp

1 file changed

+5
-0
lines changed

app/components/Home/components/Section/components/SectionHelp/sectionHelp.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ export const SectionHelp = (): JSX.Element => {
2020
2121
url="mailto:[email protected]"
2222
/>
23+
, or join discussions on the{" "}
24+
<DXLink
25+
label="Discourse forum"
26+
url="https://help.brc-analytics.org/"
27+
/>
2328
. We&#39;re here to help!
2429
</StyledSectionSubTitle>
2530
</Headline>

0 commit comments

Comments
 (0)