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.
1 parent 578ab2d commit 4e7793bCopy full SHA for 4e7793b
src/pages/community/index.tsx
@@ -33,8 +33,8 @@ const contributionSections: ContributionSection[] = [
33
'Read about how to propose new features, collaborate on pull requests, and review peer code.'
34
],
35
links: [
36
- { text: 'GitHub', url: 'https://github.com/recodehive' },
37
- { text: 'GitLab', url: 'https://gitlab.com' }
+ { text: 'GitHub', url: 'https://github.com/recodehive?view_as=public' },
+ { text: 'Join our organisation', url: 'https://github.com/recodehive/Support/issues/new?assignees=&labels=invite+me+to+the+community&projects=&template=invitation.yml&title=Please+invite+me+to+the+Recode-Hive+GitHub+Community+Organization' }
38
39
color: '#8b5cf6'
40
},
0 commit comments