Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const contributionSections: ContributionSection[] = [
'Read about how to propose new features, collaborate on pull requests, and review peer code.'
],
links: [
{ text: 'GitHub', url: 'https://github.com/recodehive' },
{ 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' }
],
color: '#8b5cf6'
},
Expand Down
Loading