Skip to content

Commit

Permalink
Update Contact.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chep0x61 authored Jul 1, 2024
1 parent 2803704 commit 7a00bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Pages/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Contact = () => {
<p className="mt-4 lg:mt-16 mb-8">You can contact me for any inquiries using the methods below : </p>
<div className="grid grid-cols-1 lg:grid-cols-3 gap-4 justify-center items-center text-center">
<SquareCard src="/icons/socials/mail.png" alt="mail" title="Professional email" text="[email protected]" />
<SquareCard src="/icons/socials/phone.png" alt="phone" title="Phone number" text="+33 6 95 20 84 92" />
<SquareCard src="/icons/socials/phone.png" alt="phone" title="Phone number" text="Not Available" />
<SquareCard src="/icons/socials/mail.png" alt="mail" title="Personal email" text="[email protected]" />
</div>
</div>
Expand Down

0 comments on commit 7a00bc7

Please sign in to comment.