Skip to content

Commit

Permalink
Rename example icon to include 'circle'
Browse files Browse the repository at this point in the history
  • Loading branch information
rfultz committed Jun 10, 2020
1 parent b71a3b5 commit 73a8e4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion fec/home/templates/blocks/reporting-example-cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% if card.specific.featured_image %}
{% image card.specific.featured_image fill-80x80 class="card__image" %}
{% else %}
<img src="{% static 'img/example.svg' %}" alt="Icon of an example" class="card__image">
<img src="{% static 'img/example-circle.svg' %}" alt="Icon of an example" class="card__image">
{% endif %}
</div>
<div class="card__content">
Expand Down

0 comments on commit 73a8e4d

Please sign in to comment.