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 0d815fe commit 12725e3Copy full SHA for 12725e3
pgml-dashboard/src/components/navigation/navbar/web_app/template.html
@@ -126,7 +126,7 @@
126
<div class="nav-item w-100 d-flex flex-column flex-lg-row collapse show drawer-submenu">
127
<ul class="sub-menu-dropdown mb-2 d-lg-none d-flex flex-column gap-3">
128
<% for link in links { %>
129
- <% if link.name.to_lowercase() == "dashboard" {%>
+ <% if link.name.to_lowercase() == "home" {%>
130
<li class="menu-item d-flex mobile-dashboard-button mx-4 rounded-1">
131
<a
132
class="py-2 text-white w-100 text-center d-flex gap-2 ps-4 justify-content-center <% if link.disabled { %> disabled <% } %> <% if link.active { %> active <% } %>"
0 commit comments