Skip to content

Commit

Permalink
Fix target attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Dec 23, 2024
1 parent d9b593b commit b1956f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ export default function Footer() {
<ul className="space-y-1">
<li className="font-medium mb-2">Social Links:</li>
<li>
<Link href="https://www.linkedin.com/company/animechan-api" blank="_blank">
<Link href="https://www.linkedin.com/company/animechan-api" target="_blank">
<LinkedInLogoIcon className="inline-block mb-1" /> LinkedIn
</Link>
</li>
<li>
<Link href="https://github.com/Animechan-API/animechan" blank="_blank">
<Link href="https://github.com/Animechan-API/animechan" target="_blank">
<GitHubLogoIcon className="inline-block mb-1" /> Github
</Link>
</li>
Expand Down

0 comments on commit b1956f4

Please sign in to comment.