We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38a580 commit 0915b2cCopy full SHA for 0915b2c
docs/components/social-tray/social-tray.tsx
@@ -20,7 +20,7 @@ export default class SocialTray extends HTMLElement {
20
</li>
21
22
<li class={styles.socialIcon}>
23
- <a href="/discord/" title="Discord" target="_blank">
+ <a href="https://www.greenwoodjs.dev/discord/" title="Discord" target="_blank">
24
{discordIcon}
25
<span class="no-show-screen-reader"> (opens in a new window)</span>
26
</a>
0 commit comments