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:
parent
1bf42a93a1
commit
95c506bf6b
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@ const {href, title, body} = Astro.props;
|
|||
</h2>
|
||||
<p>
|
||||
{body}
|
||||
<slot name="icon" />
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue