Skip to content

Commit

Permalink
Merge pull request #390 from Khushi-Pushkar/Duplicate-
Browse files Browse the repository at this point in the history
removed duplicate Phone number and email
  • Loading branch information
Mansi168 authored Aug 9, 2024
2 parents 8680fe9 + 48dee07 commit c7b1d89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ const Footer = () => {
href="tel:+01234567890"
style={{ textDecoration: "none", color: "inherit" }}
>
<ListItemText primary="+012 345 67890" />
</a>
<a href="tel:+01234567890" style={{ textDecoration: 'none', color: 'inherit' }}>
<ListItemText primary="+012 345 67890" className="footer-link"/>
Expand All @@ -129,7 +128,6 @@ const Footer = () => {
style={{ textDecoration: "none", color: "inherit" }}
>

<ListItemText primary="[email protected]" />
</a>
<a href="mailto:[email protected]" style={{ textDecoration: 'none', color: 'inherit' }}>
<ListItemText primary="[email protected]" className="footer-link"/>
Expand Down

0 comments on commit c7b1d89

Please sign in to comment.