remove some alts

This commit is contained in:
Jon Staab
2025-11-13 08:59:32 -08:00
parent 9cae4da9f4
commit 8e2ebd11fc
7 changed files with 10 additions and 14 deletions
+1 -5
View File
@@ -14,8 +14,4 @@
const relay = deriveRelay(url)
</script>
<ImageIcon
{size}
src={$relay?.icon || RemoteControllerMinimalistic}
alt="Relay image"
class={props.class} />
<ImageIcon {size} alt="" src={$relay?.icon || RemoteControllerMinimalistic} class={props.class} />