Skip to content

Commit

Permalink
Reorder socials
Browse files Browse the repository at this point in the history
  • Loading branch information
aleannab committed Mar 6, 2024
1 parent e84244f commit cfaa53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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">
<p className="d-flex">
<a href={socialprofils.instagram}>Instagram</a>
<a href={socialprofils.github}>Github</a>
<a href={socialprofils.linkedin}>LinkedIn</a>
<a href={socialprofils.instagram}>Instagram</a>
</p>
<p className="copyright m-0">copyright __ {logo.text}</p>
</div>
Expand Down

0 comments on commit cfaa53c

Please sign in to comment.