diff --git a/astro/src/components/primitives/Alert/Alert.astro b/astro/src/components/primitives/Alert/Alert.astro index 6de031fb..b3e19412 100644 --- a/astro/src/components/primitives/Alert/Alert.astro +++ b/astro/src/components/primitives/Alert/Alert.astro @@ -52,32 +52,14 @@ const iconName = icon ?? defaultIcons[variant]; {...rest} >
- { - !hideIcon && ( -