Skip to content

feat(login): add back to home link - #25

Merged
FrankezeCode merged 1 commit into
BetterDevOrg:mainfrom
lucasvass1:feat/login-back-to-home-link
Jul 31, 2026
Merged

feat(login): add back to home link#25
FrankezeCode merged 1 commit into
BetterDevOrg:mainfrom
lucasvass1:feat/login-back-to-home-link

Conversation

@lucasvass1

Copy link
Copy Markdown
Contributor

Adds a "Back to home" link on the /login page, matching the existing style
used on /profile (text-brand-sky, same wording).

How to test:

  1. Run npm run dev
  2. Open /login
  3. Click "Back to home" → lands on /
  4. Test on a narrow viewport to confirm no layout shift

Note: npm run build currently fails due to pre-existing ESLint errors in
src/app/meetup/[meetupId]/page.tsx (unescaped apostrophes), unrelated to
this change — this file was not touched here.

Closes #17

@FrankezeCode FrankezeCode left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thankyou 👍

@FrankezeCode
FrankezeCode merged commit 59aef7e into BetterDevOrg:main Jul 31, 2026
@FrankezeCode
FrankezeCode self-requested a review July 31, 2026 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Good first issue]: Add “Back to home” link on login page

2 participants