Skip to content

Commit

Permalink
Merge pull request #216 from Amruta7203/main
Browse files Browse the repository at this point in the history
Redirecting social media links to a new tab
  • Loading branch information
Harshil-Jani committed Jun 2, 2024
2 parents c13e434 + 02b1551 commit 6cb3d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ function Footer() {
</h2>
<ul className="text-gray-500 font-medium">
<li className="mb-4">
<a href="https://www.linkedin.com/company/nactore-organization/about/" className="hover:underline">
<a href="https://www.linkedin.com/company/nactore-organization/about/" className="hover:underline" target="_blank">
Linkedin
</a>
</li>
<li className="mb-4">
<a href="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/Nactore-Org/Nacto-Care" className="hover:underline">
<a href="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/Nactore-Org/Nacto-Care" className="hover:underline" target="_blank">
GitHub
</a>
</li>
Expand Down

0 comments on commit 6cb3d16

Please sign in to comment.