fix: make header logo clickable on stats and contributors pages#210
fix: make header logo clickable on stats and contributors pages#210github-actions[bot] wants to merge 1 commit into
Conversation
- Wrap logo in anchor tag linking to index.html on stats and contributors pages - Add aria-label for accessibility - Keep logo static on index.html (current page) - Update CHANGELOG.md with this change Fixes #175 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Blocked remediation summary: Current blockers:
Recommendation:
|
|
👋 Hi @github-actions[bot]! This PR has a merge conflict with To fix it: git fetch origin
git rebase origin/main
# Resolve any conflicts, then:
git add .
git rebase --continue
git push --force-with-leaseThis label will be removed automatically once the conflict is resolved. 🙏 |
|
Triage refresh (2026-04-08):\n- Status: Draft + merge conflicts; earlier maintainer note marks it superseded by merged #220.\n- Linked issue: #175 is CLOSED; this PR is likely redundant unless it contains distinct behavior.\n- AI reviewer relevance: CodeRabbit output is skip/status only (bot-detected), no actionable findings.\n- Recommendation: keep documented-only and close as superseded if no unique delta exists. |
This PR standardizes the header logo markup across the docs pages and makes it clickable for improved navigation.
Changes
stats.htmlandcontributors.htmlpagesindex.html(the main jobs page)aria-label="New Grad Jobs home"for accessibilityindex.html(since it's already on the home page)CHANGELOG.mdwith this changeTesting
Manually verified:
Fixes #175