diff options
Diffstat (limited to 'view/tpl/event_item_header.tpl')
-rw-r--r-- | view/tpl/event_item_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/event_item_header.tpl b/view/tpl/event_item_header.tpl index e81db48a1..1c8fe034c 100644 --- a/view/tpl/event_item_header.tpl +++ b/view/tpl/event_item_header.tpl @@ -1,5 +1,5 @@ <div class="event-item-title"> - <h3><i class="fa fa-calendar"></i> {{$title}}</h3> + <h3><i class="bi fa-calendar"></i> {{$title}}</h3> </div> {{if $oneday && $allday}} <span class="dtstart">{{$dtstart_dt}}</span> |