Skip to content

Commit

Permalink
docs(index): remove extra target attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
m1-dev committed Nov 25, 2023
1 parent d364167 commit 7ba1995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Home() {

<div className="flex items-center justify-center gap-3 mt-10 md:justify-start">
<Link href='/docs/installation' className="font-semibold bg-[#b079fc] py-2 px-4 rounded-full">Documentation</Link>
<Link href='https://github.com/underctrl-io/commandkit' className="font-semibold bg-blue-500 py-2 px-4 rounded-full" target='_blank' target="_blank" rel="noopener noreferrer">GitHub</Link>
<Link href='https://github.com/underctrl-io/commandkit' className="font-semibold bg-blue-500 py-2 px-4 rounded-full" target="_blank" rel="noopener noreferrer">GitHub</Link>
<Link href='https://npmjs.com/package/commandkit' className="font-semibold bg-[#fc7993] py-2 px-4 rounded-full">npm</Link>
</div>
</div>
Expand Down

0 comments on commit 7ba1995

Please sign in to comment.