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 -1
View File
@@ -16,7 +16,7 @@
</script>
{#if $room.picture}
<ImageIcon src={$room.picture} {size} alt="Room icon" class="rounded-lg" />
<ImageIcon src={$room.picture} {size} alt="" class="rounded-lg" />
{:else}
<Icon icon={Hashtag} {size} />
{/if}