Skip to content

Commit

Permalink
fix: deleted an empty div to center social media links in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Pvsaint committed Dec 13, 2024
1 parent c4bb9e0 commit 468b062
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 468b062

Please sign in to comment.