We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f36b73 commit 5511c6dCopy full SHA for 5511c6d
src/components/Icon/Icon.svelte
@@ -35,4 +35,4 @@
35
}
36
</style>
37
38
-<img src={icons[name]} class={`icon ${className}`} alt={`Icon ${name}`} />
+<img src={icons[name]} class={`icon ${className}`} alt="" />
0 commit comments