Skip to content

fix: navbar Components button redirect to buttons section#1307

Merged
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
anurag5603:fix/navbar-components-redirect
Jun 4, 2026
Merged

fix: navbar Components button redirect to buttons section#1307
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
anurag5603:fix/navbar-components-redirect

Conversation

@anurag5603
Copy link
Copy Markdown
Contributor

Pull Request Description

Fixed a broken navbar link — the Components button in the top navigation bar was not redirecting anywhere because it pointed to #components, a section ID that does not exist in the documentation. Changed the href to #buttons which is the first components section on the page.


Type of Change

  • ✨ New animation / hover effect
  • 🧩 New component
  • 📝 Documentation improvement
  • 🐛 Bug fix in an existing submission
  • Other (describe below)

Submission Checklist

⚠️ PRs that fail this checklist will be closed without review.

  • All changes are inside submissions/examples/your-feature-name/
  • Includes demo.html — self-contained, opens in browser with no server
  • Includes style.css — raw CSS for the proposed feature
  • Includes README.md — what it does, how to use it, why it fits EaseMotion CSS
  • No changes to core/
  • No changes to components/
  • One feature per PR (no bundled unrelated changes)

Feature Description

What does this add?
Fixes the broken Components navbar link in the documentation site.

How does a developer use it?

<!-- Navbar Components button now correctly scrolls to the buttons section -->
<li><a href="#buttons">Components</a></li>

Why does it fit EaseMotion CSS?
This is a documentation bug fix. The navbar Components link was pointing to a non-existent #components anchor, making it completely non-functional. This fix improves navigation UX for all users of the docs site.


Demo

  • Demo added (demo.html works by opening directly in a browser)

Browser Testing

  • Chrome
  • Firefox
  • Edge
  • Safari (optional but appreciated)

Notes for Maintainer

This is a one-line fix in docs/index.html. The Components navbar link was using href="#components" but no section with id="components" exists in the page. Changed it to href="#buttons" which is the first components-related section. Feel free to adjust the anchor target if a dedicated #components section is added in the future.


Reminder: Only the repository maintainer may merge pull requests.
Do not self-merge, even if you have write access.
Maximum 2 active assigned issues per contributor — unassign extras before opening a PR.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jun 4, 2026
@SAPTARSHI-coder SAPTARSHI-coder added accepted Contribution approved for integration into EaseMotion CSS animation Animation effects, hover interactions, motion ideas, transitions component New UI components (buttons, cards, modals, tooltips, badges) enhancement New feature or request good first issue Good for newcomers GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions integrated Successfully merged and included in the framework level:intermediate Requires moderate project understanding type:feature New functionality or enhancement labels Jun 4, 2026
@SAPTARSHI-coder SAPTARSHI-coder merged commit c9cd66c into SAPTARSHI-coder:main Jun 4, 2026
2 checks passed
@SAPTARSHI-coder SAPTARSHI-coder added level:beginner Suitable for first-time contributors level:intermediate Requires moderate project understanding and removed level:intermediate Requires moderate project understanding labels Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted Contribution approved for integration into EaseMotion CSS animation Animation effects, hover interactions, motion ideas, transitions component New UI components (buttons, cards, modals, tooltips, badges) documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers gssoc:approved Approved for GSSoC contributions GSSoC-26 Official GSSoC 2026 issue integrated Successfully merged and included in the framework level:beginner Suitable for first-time contributors level:intermediate Requires moderate project understanding type:feature New functionality or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants