We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658b4f5 commit c4b6ae0Copy full SHA for c4b6ae0
website/src/components/marketing/hero.tsx
@@ -22,12 +22,12 @@ export const Hero = () => {
22
<Stack gap={{ base: '6', md: '8' }} maxW="3xl">
23
<Stack gap={{ base: '5', md: '6' }}>
24
<Stack gap={{ base: '3', md: '4' }}>
25
- <NextLink href="/react/examples/combobox-in-textarea">
+ <NextLink href="/react/docs/components/floating-panel">
26
<Badge size="lg" variant="outline">
27
<Icon color="colorPalette.default">
28
<SparklesIcon />
29
</Icon>
30
- New: Combobox in Textarea
+ New: Floating Panel component
31
<ArrowRightIcon />
32
</Badge>
33
</NextLink>
0 commit comments