diff --git a/examples/basics/src/components/Card.astro b/examples/basics/src/components/Card.astro index a87ab7291e..2515ee70fc 100644 --- a/examples/basics/src/components/Card.astro +++ b/examples/basics/src/components/Card.astro @@ -11,8 +11,7 @@ const { href, title, body } = Astro.props;
{body} @@ -20,57 +19,44 @@ const { href, title, body } = Astro.props;