Skip to content

feat: add City Organizers link to meetup page footer (#41) - #42

Merged
FrankezeCode merged 1 commit into
BetterDevOrg:mainfrom
DAmensah27:feat/meetup-footer-organizers-link
Jul 31, 2026
Merged

feat: add City Organizers link to meetup page footer (#41)#42
FrankezeCode merged 1 commit into
BetterDevOrg:mainfrom
DAmensah27:feat/meetup-footer-organizers-link

Conversation

@DAmensah27

Copy link
Copy Markdown
Contributor

Closes #41.

What & why. The footer navigation on the /meetup page linked Contact, Partners, Careers, and Docs but omitted the organizers directory. This PR adds a "City Organizers" link that routes to /organizers (an existing route).

Change. A single <Link href="/organizers"> in the footer <nav> of src/app/meetup/page.tsx, styled identically to its siblings (className="transition hover:text-white") so hover styling matches. It's placed alongside the other page links (after Careers).

Mobile layout. Unchanged — the nav already uses flex flex-wrap ... justify-center gap-6, so the new link reflows on small screens without breaking the layout.

Verification.

  • next lint --file src/app/meetup/page.tsxNo ESLint warnings or errors.
  • next build compiles successfully (✓ Compiled successfully). Note: the build's lint step currently fails on pre-existing react/no-unescaped-entities errors in unrelated files (e.g. src/app/meetup/[meetupId]/page.tsx, present on main before this change) — this PR neither introduces nor touches them. My changed file passes lint and type-checking.

The footer nav on /meetup linked Contact, Partners, Careers, and Docs but
omitted the organizers directory. Add a "City Organizers" link routing to
/organizers, styled identically to its sibling links
(transition hover:text-white), placed alongside the other page links.

The mobile layout is unchanged: the nav already uses flex-wrap, so the
new link reflows without breaking. The file lints clean.

@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 cc4f749 into BetterDevOrg:main Jul 31, 2026
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 “City Organizers” link to meetup page footer

2 participants