navbar changes
This commit is contained in:
@ -18,8 +18,9 @@
|
||||
<div class="navbar">
|
||||
<div class="flex-1">
|
||||
<%= if function_exported?(Routes, :live_dashboard_path, 2) do %>
|
||||
<%= link "LiveDashboard",
|
||||
to: Routes.live_dashboard_path(@conn, :home) %>
|
||||
<%= link to: Routes.live_dashboard_path(@conn, :home) do %>
|
||||
<Icons.graph_box />
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="flex-none">
|
||||
|
Reference in New Issue
Block a user