Skip to content

Commit

Permalink
Made changes in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Saipradyumnagoud committed Jun 18, 2024
1 parent 3e5f097 commit 15fdbd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ function Footer() {
</a>
<p className="col-md-4 mb-0 text-light text-center">©️ {currentYear} CosmoXplore India, Inc. All Rights Reserved</p>
<div className="col-md-4 d-flex justify-content-center">
<a href="https://www.facebook.com" className="text-light me-4">
<i className="fab fa-facebook-f"></i>
<a href="https://github.com/PranavBarthwal" className="text-light me-4">
<i className="fab fa-github"></i>
</a>
<a href="https://www.twitter.com" className="text-light me-4">
<a href="https://x.com/pranavbarthwal_" className="text-light me-4">
<i className="fab fa-twitter"></i>
</a>
<a href="https://www.instagram.com" className="text-light me-4">
<a href="https://linktr.ee/PranavBarthwal" className="text-light me-4">
<i className="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com" className="text-light">
<a href="https://www.linkedin.com/in/pranavbarthwal03/" className="text-light">
<i className="fab fa-linkedin-in"></i>
</a>
</div>
Expand Down

0 comments on commit 15fdbd9

Please sign in to comment.