Skip to content

Commit

Permalink
fix: remove title when purely decorative
Browse files Browse the repository at this point in the history
  • Loading branch information
scoxatpush authored and robcresswell committed Jun 16, 2021
1 parent f99de8a commit 802a094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.mst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:height="props.size"
viewBox="0 0 24 24">
<path d="<%{svgPathData}%>">
<title>{{ props.title }}</title>
<title v-if="!props.decorative">{{ props.title }}</title>
</path>
</svg>
</span>
Expand Down

0 comments on commit 802a094

Please sign in to comment.