Skip to content

Commit

Permalink
fix: the names of the sprites were wrong in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Mar 18, 2023
1 parent c77f1d5 commit 71e0dfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cmd/library/generate/templates/item_documentation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ include('{{ data.item_urn }}')
## Sprites
The item provides the following sriptes:
{% for icon in icons %}
- `<${{ icon.name }}Xs>`
- `<${{ icon.name }}Sm>`
- `<${{ icon.name }}Md>`
- `<${{ icon.name }}Lg>`
- `<${{ data.item_name }}Xs>`
- `<${{ data.item_name }}Sm>`
- `<${{ data.item_name }}Md>`
- `<${{ data.item_name }}Lg>`
{% endfor %}
{% endif -%}
{% endblock sprites %}
Expand Down

0 comments on commit 71e0dfe

Please sign in to comment.