We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff9747 commit b4700c0Copy full SHA for b4700c0
lib/kaffy_web/templates/home/_tidbit.html.eex
@@ -1,7 +1,7 @@
1
<div class="col-md-<%= @widget.width %> grid-margin stretch-card">
2
<div class="card shadow border-left-success">
3
<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>
+ <p class="font-weight-normal mb-1 text-success"><strong><%= @widget.title %></strong> <i class="fa fa-<%= @widget.icon %> float-right"></i></p>
5
<h2 class="mt-1"><%= @widget.content %></h2>
6
</div>
7
0 commit comments