Skip to content

Commit

Permalink
Update Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojumiloju authored Oct 5, 2024
1 parent 1b541e9 commit 9554261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Footer = () => {
<div>
<div><FontAwesomeIcon icon={faLocationDot} />
<a href="https://maps.app.goo.gl/hHRbyuSkrMgnVs4p7" target='_blank'>No. 142, Fajuyi Street, Adamasingba, Opposite Alafia Hospital, Mokola Ibadan, Oyo State</a><br /></div>
<div><FontAwesomeIcon icon={faPhone} /><span> (802) 364 2269</span><br /></div>
<div><FontAwesomeIcon icon={faPhone} /><span>08086542644</span><br /></div>
<div><FontAwesomeIcon icon={faEnvelope}/><a href={`mailto:${email}?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}`} target='_blank'>[email protected]</a><br /></div>

</div>
Expand Down Expand Up @@ -67,4 +67,4 @@ const Footer = () => {
)
}

export default Footer
export default Footer

0 comments on commit 9554261

Please sign in to comment.