Remove unused slot until slot bugs are fixed (#3475)

Simple fix for #3473 as the slot was never used in this example.

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
This commit is contained in:
Florian S 2022-05-30 14:42:59 +02:00 committed by GitHub
parent 1bf42a93a1
commit 95c506bf6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,6 @@ const {href, title, body} = Astro.props;
</h2>
<p>
{body}
<slot name="icon" />
</p>
</a>
</li>
@ -72,4 +71,4 @@ const {href, title, body} = Astro.props;
.link-card:is(:hover, :focus-within) h2 span {
transform: translateX(2px);
}
</style>
</style>