diff --git a/examples/basics/src/components/Card.astro b/examples/basics/src/components/Card.astro index 7b911b39595e..53b67a9da11a 100644 --- a/examples/basics/src/components/Card.astro +++ b/examples/basics/src/components/Card.astro @@ -14,7 +14,6 @@ const {href, title, body} = Astro.props;

{body} -

@@ -72,4 +71,4 @@ const {href, title, body} = Astro.props; .link-card:is(:hover, :focus-within) h2 span { transform: translateX(2px); } - \ No newline at end of file +