diff --git a/web/src/components/tabs.rs b/web/src/components/tabs.rs index 336aaf9..77b63c5 100644 --- a/web/src/components/tabs.rs +++ b/web/src/components/tabs.rs @@ -32,6 +32,7 @@ pub fn tabbed_view(state: TabState) -> View { } } ul { + li { a(href="/ui/login") { "Login" } " | " } li { a(href="https://github.com/zaphar/kitchen") { "Github" } } } }