We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8763961 commit 18a2523Copy full SHA for 18a2523
src/components/Card.astro
@@ -21,7 +21,7 @@ const iconPath = iconName ? (iconName.includes(":") ? iconName : `ph:${iconName}
21
<p class="title sl-flex">
22
{
23
iconPath && (
24
- <span class="icon">
+ <span class="icon not-content">
25
<Icon name={iconPath} size={iconSize} aria-hidden="true" />
26
</span>
27
)
0 commit comments