fix: rename space dashboard page to space overview page

This commit is contained in:
juancwu 2026-02-07 15:09:35 +00:00
commit 05aaca3600
2 changed files with 2 additions and 3 deletions

View file

@ -99,7 +99,7 @@ func (h *SpaceHandler) DashboardPage(w http.ResponseWriter, r *http.Request) {
return
}
ui.Render(w, r, pages.SpaceDashboardPage(space, lists, tags))
ui.Render(w, r, pages.SpaceOverviewPage(space, lists, tags))
}
func (h *SpaceHandler) ListsPage(w http.ResponseWriter, r *http.Request) {