Skip to content

Commit

Permalink
Merge pull request #984 from Pvsaint/fix-issue-971
Browse files Browse the repository at this point in the history
fix: deleted an empty div to center social media links in the footer
  • Loading branch information
Marchand-Nicolas authored Dec 14, 2024
2 parents 56c9aaf + 468b062 commit 661d1e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/UI/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const Footer: FunctionComponent = () => {
return (
<div className="footer">
<footer className={styles.footer}>
<div className={styles.content}>
</div>
<div className={styles.socials}>
<div
className={styles.social}
Expand Down

0 comments on commit 661d1e2

Please sign in to comment.