🌐 AI搜索 & 代理 主页
Skip to content

Commit 12725e3

Browse files
committed
change dashboard to home
1 parent 0d815fe commit 12725e3

File tree

1 file changed

+1
-1
lines changed
  • pgml-dashboard/src/components/navigation/navbar/web_app

1 file changed

+1
-1
lines changed

pgml-dashboard/src/components/navigation/navbar/web_app/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<div class="nav-item w-100 d-flex flex-column flex-lg-row collapse show drawer-submenu">
127127
<ul class="sub-menu-dropdown mb-2 d-lg-none d-flex flex-column gap-3">
128128
<% for link in links { %>
129-
<% if link.name.to_lowercase() == "dashboard" {%>
129+
<% if link.name.to_lowercase() == "home" {%>
130130
<li class="menu-item d-flex mobile-dashboard-button mx-4 rounded-1">
131131
<a
132132
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

Comments
 (0)