diff --git a/.storybook/components/Intro.tsx b/.storybook/components/Intro.tsx index 6a0c356928..5bb1b71075 100644 --- a/.storybook/components/Intro.tsx +++ b/.storybook/components/Intro.tsx @@ -13,7 +13,7 @@ * limitations under the License. */ -import { BodyLarge } from '../../packages/circuit-ui/index.js'; +import { Body } from '../../packages/circuit-ui/index.js'; import type { BodyLargeProps } from '../../packages/circuit-ui/index.js'; @@ -26,8 +26,15 @@ export function Intro({ children: BodyLargeProps['children']; }) { return ( - + {children} - + ); } diff --git a/templates/astro/src/pages/index.astro b/templates/astro/src/pages/index.astro index 4326b46f3d..fd41e79bfa 100644 --- a/templates/astro/src/pages/index.astro +++ b/templates/astro/src/pages/index.astro @@ -1,5 +1,5 @@ --- -import { Display, BodyLarge } from '@sumup-oss/circuit-ui'; +import { Display, Body } from '@sumup-oss/circuit-ui'; import Root from '../layouts/Root.astro'; import DocCard from '../components/DocCard.astro'; @@ -11,9 +11,9 @@ const title = 'Welcome to Circuit UI + Astro'; {title} - + Get started by editing src/pages/index.astro - +
- + Get started by editing app/page.tsx - +
- + Get started by editing app/routes/_index/route.tsx - +