From 3122ba08747aaec0496aaf259a0463ee268cd977 Mon Sep 17 00:00:00 2001 From: Florian S <2287301+florian-s-code@users.noreply.github.com> Date: Mon, 30 May 2022 11:47:20 +0200 Subject: [PATCH] Remove unused slot until slot bugs are fixed Simple fix for #3473 as the slot was never used in this example. --- examples/basics/src/components/Card.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +