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.
2 parents f858cff + 2be026c commit a009e39Copy full SHA for a009e39
src/pages/community/index.tsx
@@ -43,8 +43,8 @@ const contributionSections: ContributionSection[] = [
43
'Share design feedback'
44
],
45
links: [
46
- { text: 'Figma', url: '/community' },
47
- { text: 'Adobe XD', url: '/community' }
+ { text: 'Figma', url: 'https://www.figma.com/' },
+ { text: 'Adobe XD', url: 'https://helpx.adobe.com/support/xd.html' }
48
49
color: '#ec4899'
50
},
@@ -59,7 +59,7 @@ const contributionSections: ContributionSection[] = [
59
'Translate content 🌍'
60
61
62
- { text: 'GitHub Docs', url: '/community' }
+ { text: 'GitHub Docs', url: 'https://github.com/recodehive/recode-website/tree/main/docs' }
63
64
color: '#f59e0b'
65
0 commit comments