Skip to content

Commit

Permalink
Redirecting social media links to a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruta7203 authored Jun 1, 2024
1 parent 8a01685 commit 02b1551
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 02b1551

Please sign in to comment.