]> git.r.bdr.sh - rbdr/forum/blobdiff - src/components/glyph/glyph.svelte
Add tests for first batch of components
[rbdr/forum] / src / components / glyph / glyph.svelte
index e430d428bc39e9d78888ab2f522f4c303d45b354..60f99ebf8efb9cea546438fe2cbb57cab4e425d3 100644 (file)
@@ -5,7 +5,7 @@
        export let uuid;
 </script>
 
-<div class="glyphicon" aria-hidden="true" title={$_('glyph.title')}>
+<div class="glyphicon" role="img" aria-label={$_('glyph.title')} title={$_('glyph.title')}>
        {#each getGlyphHash(uuid) as fragment}
                <span class={fragment.glyph} style="color: {fragment.color} ">
                        {fragment.glyph}