Skip to content

fix(footer): align contact email icon with text - #1689

Open
singhanurag0317-bit wants to merge 1 commit into
souma9830:masterfrom
singhanurag0317-bit:feat/issue-1219
Open

fix(footer): align contact email icon with text#1689
singhanurag0317-bit wants to merge 1 commit into
souma9830:masterfrom
singhanurag0317-bit:feat/issue-1219

Conversation

@singhanurag0317-bit

Copy link
Copy Markdown

Closes #1219

What

The footer contact email icon (Mail) appeared vertically misaligned with the support@snappassai.com text with cramped, inconsistent spacing.

Changes

  • frontend/src/components/layout/Footer.css
    • .footer__contact is now a flex container with align-items: center and a consistent gap: 8px.
    • The icon has flex-shrink: 0 and line-height: 1 on the container so the icon stays vertically centered and proportional to the text.
  • Added FooterContact.test.jsx (2 tests) verifying the icon+link structure in the contact container.

Verification

  • npx vitest run src/test/__tests__/FooterContact.test.jsx — 2 passed.

@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

@singhanurag0317-bit is attempting to deploy a commit to the souma9830's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

Email icon and text not properly aligned in footer/contact section

1 participant