From 948c0237251186d0cb9060d6f98750a9687dc132 Mon Sep 17 00:00:00 2001 From: Adam Fratino Date: Sun, 19 Jan 2025 12:43:06 -0500 Subject: [PATCH] fix(tabs): correct examples component names --- .../react/components/tabs/demos/hero/css-modules/index.tsx | 2 +- .../react/components/tabs/demos/hero/tailwind/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/app/(public)/(content)/react/components/tabs/demos/hero/css-modules/index.tsx b/docs/src/app/(public)/(content)/react/components/tabs/demos/hero/css-modules/index.tsx index 29465b3730..b5b4a249a9 100644 --- a/docs/src/app/(public)/(content)/react/components/tabs/demos/hero/css-modules/index.tsx +++ b/docs/src/app/(public)/(content)/react/components/tabs/demos/hero/css-modules/index.tsx @@ -2,7 +2,7 @@ import * as React from 'react'; import { Tabs } from '@base-ui-components/react/tabs'; import styles from './index.module.css'; -export default function ExampleScrollArea() { +export default function ExampleTabs() { return ( diff --git a/docs/src/app/(public)/(content)/react/components/tabs/demos/hero/tailwind/index.tsx b/docs/src/app/(public)/(content)/react/components/tabs/demos/hero/tailwind/index.tsx index 11f220e119..2419f84f8f 100644 --- a/docs/src/app/(public)/(content)/react/components/tabs/demos/hero/tailwind/index.tsx +++ b/docs/src/app/(public)/(content)/react/components/tabs/demos/hero/tailwind/index.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import { Tabs } from '@base-ui-components/react/tabs'; -export default function ExampleScrollArea() { +export default function ExampleTabs() { return (