We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce127ac commit 9096829Copy full SHA for 9096829
apps/web/components/homepage/react-section.tsx
@@ -81,7 +81,13 @@ export function ReactSection() {
81
<Button as={Link} href="/docs/getting-started/quickstart">
82
Start building <HiOutlineArrowRight className="ml-2 size-5" />
83
</Button>
84
- <Button as={Link} href="https://github.com/themesberg/flowbite-react" color="gray">
+ <Button
85
+ as={Link}
86
+ color="gray"
87
+ href="https://github.com/themesberg/flowbite-react"
88
+ rel="noopener"
89
+ target="_blank"
90
+ >
91
View on GitHub
92
93
</div>
0 commit comments