navbar changes
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
/* This file is for your main application CSS */
|
||||
|
||||
body {
|
||||
@apply bg-base-300 text-[14pt] leading-8;
|
||||
@apply bg-base-300 text-[14pt] leading-8 overflow-x-hidden;
|
||||
}
|
||||
|
||||
.post {
|
||||
|
@ -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