Skip to content

Commit 4c92f34

Browse files
committed
fix custom_link to use custom_link.full_icon
1 parent 2c7f426 commit 4c92f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kaffy_web/templates/layout/app.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<li class="nav-item">
6666
<%= link to: custom_link.url, method: custom_link.method, class: "nav-link", target: custom_link.target do %>
6767
<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>
68+
<i class="<%= if custom_link.full_icon do %><%= custom_link.full_icon %><% else %>fas fa-<%= custom_link.icon %><% end %> menu-icon"></i>
6969
<% end %>
7070
</li>
7171
<% end %>

0 commit comments

Comments
 (0)