Skip to content

Commit

Permalink
Update social media footer
Browse files Browse the repository at this point in the history
  • Loading branch information
aleannab committed Mar 6, 2024
1 parent 7005a98 commit bc02411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ const Headermain = () => {
</div>
<div className="menu_footer d-flex flex-column flex-md-row justify-content-between align-items-md-center position-absolute w-100 p-3">
<div className="d-flex">
<a href={socialprofils.facebook}>Facebook</a>
<a href={socialprofils.github}>Github</a>
<a href={socialprofils.twitter}>Twitter</a>
<a href={socialprofils.linkedin}>LinkedIn</a>
<a href={socialprofils.instagram}>Instagram</a>
</div>
<p className="copyright m-0">copyright __ {logo.text}</p>
</div>
Expand Down

0 comments on commit bc02411

Please sign in to comment.