Skip to content
Merged
Changes from 2 commits
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 organization', 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' }
Copy link

Copilot AI Sep 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL string is extremely long and reduces code readability. Consider extracting it to a constant or breaking it into multiple lines for better maintainability.

Copilot uses AI. Check for mistakes.

],
color: '#8b5cf6'
},
Expand Down
Loading