Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Header Layout and Navigation Links on input page #198

Open
ishaa05 opened this issue Feb 9, 2025 · 3 comments · May be fixed by #199
Open

Fix Header Layout and Navigation Links on input page #198

ishaa05 opened this issue Feb 9, 2025 · 3 comments · May be fixed by #199

Comments

@ishaa05
Copy link

ishaa05 commented Feb 9, 2025

Description

  1. Unexpected Navigation: Clicking on the empty space to the right of the EduAid logo redirects to the homepage, even though it shouldn't.
  2. Misaligned Text: The "Enter the Content to Generate Questionnaires" text is positioned towards the right instead of being centered, which affects readability.

Steps to Reproduce

  1. Open the input page (/input).
  2. Click anywhere on the empty space to the right of the EduAid logo → Redirects to the homepage unexpectedly.
  3. Observe that the "Enter the Content to Generate Questionnaires" text is not centrally aligned.

Expected Behavior

  • Clicking on empty space should not trigger navigation.
  • The text should be centrally aligned for better readability.

Possible Fixes

  • Check if an unintended <a> tag or onClick event is applied to the whole section.
  • Adjust alignment (text-align: center; or use flexbox/grid) to ensure proper text alignment.

Screenshot

20250209-1929-34.9011535.mp4
@ishaa05 ishaa05 linked a pull request Feb 9, 2025 that will close this issue
@ishaa05
Copy link
Author

ishaa05 commented Feb 9, 2025

@Roaster05 @Aditya062003 Could you please take a look at this?
Looking forward to your feedback!

@saurav-n
Copy link

saurav-n commented Feb 12, 2025

I have solved the issue in my development environment and if required i would like to open a PR. Looking forward for the mentors response....

@akhileshdasari2004
Copy link

hey @ishaa05 is the issue open . i have fixed the Header Layout and Navigation Links on input page . i can raise a pr

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants