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 2c7f426 commit 4c92f34Copy full SHA for 4c92f34
lib/kaffy_web/templates/layout/app.html.eex
@@ -65,7 +65,7 @@
65
<li class="nav-item">
66
<%= link to: custom_link.url, method: custom_link.method, class: "nav-link", target: custom_link.target do %>
67
<span class="menu-title"><%= custom_link.name %></span>
68
- <i class="<%= if custom_link.full_icon do %><%= custom_link[:full_icon] %><% else %>fas fa-<%= custom_link.icon %><% end %> menu-icon"></i>
+ <i class="<%= if custom_link.full_icon do %><%= custom_link.full_icon %><% else %>fas fa-<%= custom_link.icon %><% end %> menu-icon"></i>
69
<% end %>
70
</li>
71
0 commit comments