8000 docs: use external link · psy-repos-typescript/floating-ui@3021433 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3021433

Browse files
committed
docs: use external link
1 parent 3c18e55 commit 3021433

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

website/pages/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,16 +287,18 @@ function HomePage({sponsors}) {
287287
</p>
288288
</div>
289289
<div className="container mx-auto mb-12 max-w-screen-xl px-4 md:px-8 lg:mb-16 mt-12">
290-
<Link
290+
<a
291291
href="https://base-ui.com"
292+
target="_blank"
293+
rel="noopener noreferrer"
292294
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"
293295
>
294296
Start using Base UI{' '}
295297
<ArrowRight
296298
className="relative top-[-1px] inline-block"
297299
size={20}
298300
/>
299-
</Link>
301+
</a>
300302
</div>
301303
</div>
302304
</div>

0 commit comments

Comments
 (0)
0