Skip to content

Commit 9096829

Browse files
committed
chore: open external link in new tab #2
1 parent ce127ac commit 9096829

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apps/web/components/homepage/react-section.tsx

+7-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,13 @@ export function ReactSection() {
8181
<Button as={Link} href="/docs/getting-started/quickstart">
8282
Start building <HiOutlineArrowRight className="ml-2 size-5" />
8383
</Button>
84-
<Button as={Link} href="https://github.com/themesberg/flowbite-react" color="gray">
84+
<Button
85+
as={Link}
86+
color="gray"
87+
href="https://github.com/themesberg/flowbite-react"
88+
rel="noopener"
89+
target="_blank"
90+
>
8591
View on GitHub
8692
</Button>
8793
</div>

0 commit comments

Comments
 (0)