abhijeetnishal / URLShortener

URL Shortener Deployed Link 👇🏻
https://urlsrtner.vercel.app
MIT License
37 stars 61 forks source link

[BUG] No Visible Sign In/Up Button in Homepage #141

Closed Srikar04 closed 1 month ago

Srikar04 commented 1 month ago

Bug Description When a user first visits the page, there is no button to sign in or sign up visible, which prevents the user from creating account in the website even if he wishes to create one.

Steps to reproduce the behavior:

  1. Go to the homepage.
  2. Observe the lack of sign-in or sign-up buttons.

Expected behavior There should be a responsive button labeled "Sign In" that directs the user to the sign-in page.

1

My Proposed Solution:

My solution is to add a responsive button labeled "Sign In" beside the Toggle Theme button in the header on the homepage, which takes the user to the sign-in page at /auth/login This button is responsive and can alternate between light and dark themes.

Please assign this to me under gssoc.

Desktop (please complete the following information):

github-actions[bot] commented 1 month ago

Congratulations, @Srikar04! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

abhijeetnishal commented 1 month ago

Hey @Srikar04, I think there is an issue #70 for this where we are redesigning the UI.

Closing this issue as duplicate.