Skip to content

Commit ba9c7e1

Browse files
authored
Merge pull request #128 from latesh/patch-1
Tidbit icon not rendered
2 parents 7ff9747 + b4700c0 commit ba9c7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kaffy_web/templates/home/_tidbit.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="col-md-<%= @widget.width %> grid-margin stretch-card">
22
<div class="card shadow border-left-success">
33
<div class="card-body">
4-
<p class="font-weight-normal mb-1 text-success"><strong><%= @widget.title %></strong> <i class="fss fa-<%= @widget.icon %> float-right"></i></p>
4+
<p class="font-weight-normal mb-1 text-success"><strong><%= @widget.title %></strong> <i class="fa fa-<%= @widget.icon %> float-right"></i></p>
55
<h2 class="mt-1"><%= @widget.content %></h2>
66
</div>
77
</div>

0 commit comments

Comments
 (0)