Skip to content

Commit

Permalink
Footer Bug Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadameerofficial committed Mar 31, 2024
1 parent b28c041 commit 63acd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Footer() {
<a href={"callto:" + about?.contactNo}>{about?.contactNo}</a>
<br />
<strong>Email:</strong>{" "}
<a href={emailTemplate + about?.email}>@{about?.email.split("@")[0]}</a>
<a href={emailTemplate + about?.email}>@{about?.email?.split("@")[0]}</a>
<br />
</p>
</div>
Expand Down

0 comments on commit 63acd2a

Please sign in to comment.