Skip to content

Commit e250423

Browse files
Add Discord link to site and issue template (#407)
1 parent 1af1306 commit e250423

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ labels: ''
66
assignees: ''
77
---
88

9-
<!-- NOTE: Issues should only be used for actual issues. Any feature requests or general feedback should be raised in [Github Discussions](https://github.com/seek-oss/vanilla-extract/discussions) -->
9+
<!-- NOTE: Issues should only be used for actual issues. Any feature requests or general feedback should be raised in Github Discussions (https://github.com/seek-oss/vanilla-extract/discussions) or Discord (https://discord.gg/6nCfPwwz6w) -->
1010

1111
### Describe the bug
1212
<!-- A clear and concise description of what the bug is, including any error message that were displayed. -->

site/src/HomePage/HomePage.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,14 @@ export const HomePage = () => {
624624
>
625625
Discussions
626626
</Link>
627+
<Link
628+
to="https://discord.gg/6nCfPwwz6w"
629+
size="small"
630+
color="secondary"
631+
baseline
632+
>
633+
Discord
634+
</Link>
627635
</Stack>
628636

629637
<Stack space="xlarge" align="center">

0 commit comments

Comments
 (0)