Skip to content

Commit abf0dc1

Browse files
committed
style: different icon
1 parent 10c63b5 commit abf0dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/events/event_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3>from the {{ calendar.name }}</h3>
3737
<div class="most-recent-events">
3838
{% if events_now %}
3939
<div class="shrubbery">
40-
<h2 class="widget-title"><span aria-hidden="true" class="icon-calendar"></span>Happening Now</h2>
40+
<h2 class="widget-title"><span aria-hidden="true" class="icon-alert"></span>Happening Now</h2>
4141
<ul class="list-recent-events menu">
4242
{% for object in events_now %}
4343
<li>

0 commit comments

Comments
 (0)