We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c3c5e commit 17e2022Copy full SHA for 17e2022
1 file changed
src/lib/components/support.svelte
@@ -55,7 +55,7 @@
55
cta: 'Discord',
56
showSupport: false,
57
label: 'Community support',
58
- link: `${resolvedProfile.discord}`,
+ link: `${resolvedProfile.links.discord}`,
59
description: 'Get support from our community through Discord'
60
},
61
...(!resolvedProfile.showGithubIssueSupport
0 commit comments