mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
SVG icon should be an id after all
This commit is contained in:
parent
92a8a70c3c
commit
edfba9e5bd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<li class="usa-sidenav__item step--locked">
|
||||
{{ form_titles|get_item:this_step }}
|
||||
<svg class="usa-icon" aria-labelledby="locked-step" role="img">
|
||||
<title class="sidenav__locked-step">locked until previous steps have been completed </title>
|
||||
<title id="locked-step__{{forloop.counter}}">locked until previous steps have been completed </title>
|
||||
<use xlink:href="{%static 'img/sprite.svg'%}#lock"></use>
|
||||
{% endif %}
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue