Skip to content

Conversation

@pcfreak30
Copy link
Member

@pcfreak30 pcfreak30 commented Feb 2, 2026

  • Move contact community links from inline to data/contacts.json
  • Update contact page to use data-driven approach for community links
  • Maintain consistency with website refactoring pattern

This pull request refactors the contact page to use a JSON data file for contact information instead of hardcoding values directly in the component. The changes extract the Discord and GitHub community details (including URLs, labels, and descriptions) into a separate contacts.json file and import this data into the contact page. The component now dynamically renders the contact information from the imported data, making it easier to maintain and update contact details without modifying the page component itself. Additionally, the implementation replaces the custom Button component with a standard HTML anchor element styled with Tailwind CSS classes.

… page

- Move contact community links from inline to data/contacts.json
- Update contact page to use data-driven approach for community links
- Maintain consistency with website refactoring pattern
@kody-ai
Copy link

kody-ai bot commented Feb 2, 2026

Kody Review Complete

Great news! 🎉
No issues were found that match your current review configurations.

Keep up the excellent work! 🚀

Kody Guide: Usage and Configuration
Interacting with Kody
  • Request a Review: Ask Kody to review your PR manually by adding a comment with the @kody start-review command at the root of your PR.

  • Validate Business Logic: Ask Kody to validate your code against business rules by adding a comment with the @kody -v business-logic command.

  • Provide Feedback: Help Kody learn and improve by reacting to its comments with a 👍 for helpful suggestions or a 👎 if improvements are needed.

Current Kody Configuration
Review Options

The following review options are enabled or disabled:

Options Enabled
Bug
Performance
Security
Cross File

Access your configuration settings here.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2026

The Portal Frontend has been deployed to Staging.

@pcfreak30 pcfreak30 merged commit 70e4e60 into develop Feb 2, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant