8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c18e55 commit 3021433Copy full SHA for 3021433
website/pages/index.js
@@ -287,16 +287,18 @@ function HomePage({sponsors}) {
287
</p>
288
</div>
289
<div className="container mx-auto mb-12 max-w-screen-xl px-4 md:px-8 lg:mb-16 mt-12">
290
- <Link
+ <a
291
href="https://base-ui.com"
292
+ target="_blank"
293
+ rel="noopener noreferrer"
294
className="inline-block rounded-md bg-gray-900 dark:bg-gray-100 dark:hover:bg-white p-6 font-bold text-gray-50 transition-colors hover:bg-gray-700 sm:text-xl dark:text-gray-900"
295
>
296
Start using Base UI{' '}
297
<ArrowRight
298
className="relative top-[-1px] inline-block"
299
size={20}
300
/>
- </Link>
301
+ </a>
302
303
304
0 commit comments