Skip to content

Commit

Permalink
Merge pull request Tech-N-Science#641 from ajeetdangi2/redirect
Browse files Browse the repository at this point in the history
LinkedIn link fixed in the footer
  • Loading branch information
Amit366 authored May 7, 2022
2 parents e14871e + dea7eed commit 6f83cca
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions funwithphysics/src/Components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,12 @@ const Footer = () => {
</Link>
</li>
<li>
<Link
to={{
pathname:
"https://www.linkedin.com/company/tech-n-science",
}}
<a href=
"https://www.linkedin.com/company/tech-n-science"
target="_blank"
>
<span className="fab fa-linkedin-in"></span>
</Link>
</a>
</li>
</div>
</div>
Expand Down

0 comments on commit 6f83cca

Please sign in to comment.