Skip to content

Commit

Permalink
chore: open external link in new tab #2
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Aug 6, 2024
1 parent ce127ac commit 9096829
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/web/components/homepage/react-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,13 @@ export function ReactSection() {
<Button as={Link} href="/docs/getting-started/quickstart">
Start building <HiOutlineArrowRight className="ml-2 size-5" />
</Button>
<Button as={Link} href="https://github.com/themesberg/flowbite-react" color="gray">
<Button
as={Link}
color="gray"
href="https://github.com/themesberg/flowbite-react"
rel="noopener"
target="_blank"
>
View on GitHub
</Button>
</div>
Expand Down

0 comments on commit 9096829

Please sign in to comment.