Skip to content

Commit

Permalink
Merge pull request #91 from Dhruv-Davda/footerlink
Browse files Browse the repository at this point in the history
Social Media Links Redirect to Respective Platforms #79 is solved now
  • Loading branch information
Anu27n authored Oct 11, 2024
2 parents 2c473cd + b3f9c0f commit 28b4921
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 27 deletions.
154 changes: 132 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -580,27 +580,27 @@ const Home = () => {
<ul className="footer-list">
<p className="title-1">Follow us on: </p>
<li>
<a href="#" className="label-2 footer-link">
<a href="https://www.facebook.com/" className="label-2 footer-link">
<img className="img-height" src={facebookIcon} />
</a>
</li>
<li>
<a href="#" className="label-2 footer-link">
<a href="https://www.instagram.com/603thecoworkingspace/" className="label-2 footer-link">
<img className="img-height" src={instagramIcon} />
</a>
</li>
<li>
<a href="#" className="label-2 footer-link">
<a href="https://x.com/603coworking" className="label-2 footer-link">
<img className="img-height" src={twitterIcon} />
</a>
</li>
<li>
<a href="#" className="label-2 footer-link">
<a href="https://www.youtube.com/" className="label-2 footer-link">
<img className="img-height" src={youtubeIcon} />
</a>
</li>
<li>
<a href="#" className="label-2 footer-link">
<a href="https://www.google.com/maps" className="label-2 footer-link">
<img className="img-height map" src={mapsIcon} />
</a>
</li>
Expand Down

0 comments on commit 28b4921

Please sign in to comment.