-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b541e9
commit 9554261
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -67,4 +67,4 @@ const Footer = () => { | |
) | ||
} | ||
|
||
export default Footer | ||
export default Footer |