Add aria-label to header (#12584)

* Add aria-label to classBadge.

* Add aria-label to the logo in the top left.

* Revert "Add aria-label to the logo in the top left."

This reverts commit f1e6a35cf1.
This commit is contained in:
projectormato
2020-10-03 01:53:46 +09:00
committed by GitHub
parent 32ac00b417
commit d050ef4779
@@ -3,6 +3,7 @@
<div
class="align-self-center svg-icon"
v-html="icons[memberClass]"
:aria-label="$t(memberClass)"
></div>
</div>
</template>