Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
<!-- Thank you for sending a pull request ❤️ --> Closes: #243 This pull request resolves the issue where the header links were not functioning properly on the sign-in page. Root Cause: The issue was caused by overlapping elements or missing event listeners that prevented the header links from being clickable. The header element was not behaving consistently on the sign-in page compared to other pages. ## Types of Changes _Please check the boxes that apply_ - [x] Bugfix (non-breaking change that fixes an issue) - [] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [] Documentation update (Documentation content changed) - [ ] Other (please describe): ## Checklist _Please check the boxes that apply_ - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] My changes do not break the current system and pass all existing test cases - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [x] Any dependent changes have been merged and published in downstream modules https://github.com/user-attachments/assets/1abdad32-2f26-4031-a6f9-ddba45c86a75 <!-- We're looking forward to merging your contribution!! -->
- Loading branch information