Skip to content

Commit

Permalink
Change StackBlitz icon aria-label + small inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored and mdo committed May 24, 2022
1 parent c85682e commit 88cdf28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/layouts/shortcodes/example.html
Expand Up @@ -24,13 +24,13 @@

{{- if eq $show_markup true -}}
{{- if eq $show_preview true -}}
<div class="d-flex align-items-center highlight-toolbar bg-light ps-3 pe-2 py-1">
<div class="d-flex align-items-center highlight-toolbar bg-light ps-3 pe-2 py-1">
<small class="font-monospace text-muted text-uppercase">{{- $lang -}}</small>
<div class="d-flex ms-auto">
<button type="button" class="btn-edit text-nowrap" title="Try it on StackBlitz">
<svg class="bi" role="img" aria-label="Copy"><use xlink:href="#lightning-charge-fill"/></svg>
<svg class="bi" role="img" aria-label="Try it"><use xlink:href="#lightning-charge-fill"/></svg>
</button>
<button type="button" class="btn-clipboard mt-0, me-0" title="Copy to clipboard">
<button type="button" class="btn-clipboard mt-0 me-0" title="Copy to clipboard">
<svg class="bi" role="img" aria-label="Copy"><use xlink:href="#clipboard"/></svg>
</button>
</div>
Expand Down

0 comments on commit 88cdf28

Please sign in to comment.