Skip to content

Commit

Permalink
Fixes summary icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jberghoef committed Jun 2, 2017
1 parent eda00d6 commit 3ee0645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wagtail_personalisation/wagtail_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def render(self):
target_url = reverse('wagtail_personalisation_segment_modeladmin_index')
title = _("Segments")
return mark_safe("""
<li class="icon icon-group">
<li class="icon icon-fa-snowflake-o">
<a href="{}"><span>{}</span>{}</a>
</li>""".format(target_url, segment_count, title))

Expand Down

0 comments on commit 3ee0645

Please sign in to comment.