Skip to content

Commit c4b6ae0

Browse files
committed
docs: update announcement
1 parent 658b4f5 commit c4b6ae0

File tree

1 file changed

+2
-2
lines changed
  • website/src/components/marketing

1 file changed

+2
-2
lines changed

website/src/components/marketing/hero.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ export const Hero = () => {
2222
<Stack gap={{ base: '6', md: '8' }} maxW="3xl">
2323
<Stack gap={{ base: '5', md: '6' }}>
2424
<Stack gap={{ base: '3', md: '4' }}>
25-
<NextLink href="/react/examples/combobox-in-textarea">
25+
<NextLink href="/react/docs/components/floating-panel">
2626
<Badge size="lg" variant="outline">
2727
<Icon color="colorPalette.default">
2828
<SparklesIcon />
2929
</Icon>
30-
New: Combobox in Textarea
30+
New: Floating Panel component
3131
<ArrowRightIcon />
3232
</Badge>
3333
</NextLink>

0 commit comments

Comments
 (0)