Login link in the navigation

This commit is contained in:
Jeremy Wall 2022-09-05 12:09:19 -04:00
parent a7af188323
commit 9011ff13b2

View File

@ -32,6 +32,7 @@ pub fn tabbed_view(state: TabState<G>) -> View<G> {
} }
} }
ul { ul {
li { a(href="/ui/login") { "Login" } " | " }
li { a(href="https://github.com/zaphar/kitchen") { "Github" } } li { a(href="https://github.com/zaphar/kitchen") { "Github" } }
} }
} }