Skip to content

Commit

Permalink
💡 (components/Footer.tsx): update Footer component's social media li…
Browse files Browse the repository at this point in the history
…nks container class to include text-white for better readability and consistency

✨ (components/Footer.tsx): refactor Footer component's style attribute to use className instead of inline styles for improved maintainability and accessibility
  • Loading branch information
danieldanielecki committed Aug 12, 2024
1 parent 2e4197b commit b711182
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ const Footer = () => {

return (
<footer>
<div
style={{ color: "white" }}
className="mx-3 my-3 social-icons-container"
>
<div className="mx-3 my-3 social-icons-container text-white">
{socialMediaLinks.map((link, index) => (
<a
key={index}
Expand Down

0 comments on commit b711182

Please sign in to comment.