Always display nav bar

This commit is contained in:
Joscha 2024-05-13 14:51:08 +02:00
parent f532c55772
commit 8fe3fcad72
4 changed files with 15 additions and 20 deletions

View file

@ -27,7 +27,7 @@ pub async fn get_graph(
) -> somehow::Result<impl IntoResponse> {
let html = Page::new(config)
.title("graph")
.nav(Tab::Graph)
.tab(Tab::Graph)
.head(html! {
link rel="stylesheet" href=(config.path(UPLOT_CSS));
script type="module" src=(config.path(GRAPH_JS)) {}