Skip to content

Fix: Update "Report a Bug" link to redirect to GitHub issues page#143

Merged
sanjay-kv merged 2 commits into
mainfrom
copilot/fix-51
Jul 4, 2025
Merged

Fix: Update "Report a Bug" link to redirect to GitHub issues page#143
sanjay-kv merged 2 commits into
mainfrom
copilot/fix-51

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jul 3, 2025

Problem

The "Report a Bug" link in the footer was pointing to "#" (a placeholder), which meant users couldn't actually report bugs when clicking on it.

Solution

Updated the "Report a Bug" link in the footer to properly redirect to the GitHub issues page at https://github.com/recodehive/recode-website/issues.

Changes Made

  • Modified src/theme/Footer/index.tsx to change the to prop from "#" to "https://github.com/recodehive/recode-website/issues"
  • This is a minimal, single-line change that maintains all existing functionality while fixing the broken link

Testing

  • ✅ Build successful before and after changes
  • ✅ Verified the link appears correctly in the footer Support section
  • ✅ Confirmed the link redirects to the proper GitHub issues page
  • ✅ No breaking changes introduced

Screenshot

Footer Support Section

The "Report a Bug" link now properly redirects users to the GitHub issues page where they can report bugs for the repository.

Fixes #51.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jul 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
recode-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2025 8:45am

Co-authored-by: sanjay-kv <30715153+sanjay-kv@users.noreply.github.com>
Copilot AI changed the title [WIP] Report a bug redirect to github issue page. Fix: Update "Report a Bug" link to redirect to GitHub issues page Jul 3, 2025
Copilot AI requested a review from sanjay-kv July 3, 2025 08:45
@sanjay-kv sanjay-kv added the area:UI Related to UI/UX. For Frontend Developers. label Jul 4, 2025
@sanjay-kv sanjay-kv moved this to Done in @recode-web Jul 4, 2025
@sanjay-kv sanjay-kv added this to the recode:launch 3.0 milestone Jul 4, 2025
@sanjay-kv sanjay-kv marked this pull request as ready for review July 4, 2025 01:39
@sanjay-kv sanjay-kv merged commit 8683ab5 into main Jul 4, 2025
2 checks passed
@sanjay-kv sanjay-kv deleted the copilot/fix-51 branch July 4, 2025 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Report a bug redirect to github issue page.

2 participants