Skip to content

refactor: use react-icons for footer social links - #27

Merged
sebastian-noel merged 1 commit into
mainfrom
refactor/footer-react-icons
Jul 27, 2026
Merged

refactor: use react-icons for footer social links#27
sebastian-noel merged 1 commit into
mainfrom
refactor/footer-react-icons

Conversation

@Kevinli7673

Copy link
Copy Markdown
Collaborator

Replace the github/instagram/linkedin SVG images with FaGithub, FaInstagram and FaLinkedin from react-icons, matching the pattern already used in HeroSection. The icons now inherit theme color and pick up the same hover treatment as the hero social links.

Move the alt text to aria-label on the anchors to keep the links accessible, and delete the now-unreferenced SVGs from public/.

Pull Request

Description

Update the images to use React icons to remove unnecessary SVG files

Type of Change

  • feat: New feature
  • fix: Bug fix
  • chore: Maintenance (dependencies, config, etc.)
  • docs: Documentation only
  • style: Code style (formatting, no logic change)
  • refactor: Code refactor (no new feature or fix)

Changes Made

Screenshots (if applicable)

Screenshot 2026-07-27 154902

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have tested my changes locally
  • npm run lint passes without errors
  • npm run build completes successfully

Related Issues

Replace the github/instagram/linkedin SVG images with FaGithub,
FaInstagram and FaLinkedin from react-icons, matching the pattern
already used in HeroSection. The icons now inherit theme color and
pick up the same hover treatment as the hero social links.

Move the alt text to aria-label on the anchors to keep the links
accessible, and delete the now-unreferenced SVGs from public/.

@sebastian-noel sebastian-noel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

@sebastian-noel
sebastian-noel merged commit c52c45f into main Jul 27, 2026
2 checks passed
@sebastian-noel
sebastian-noel deleted the refactor/footer-react-icons branch July 27, 2026 19:57
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.

2 participants