fix(ui): hide the decorative Slack icon from assistive technology

This commit is contained in:
Pablo F.G
2026-08-18 17:39:03 +02:00
parent 9d43aa0c33
commit 23d6c77a78
@@ -764,7 +764,6 @@ export const SlackIcon: React.FC<IconSvgProps> = ({
fill="none" fill="none"
focusable="false" focusable="false"
height={height ?? size} height={height ?? size}
role="presentation"
viewBox="0 0 48 48" viewBox="0 0 48 48"
width={width ?? size} width={width ?? size}
className={className} className={className}