Fix: Header isnt supposed to have github link

This commit is contained in:
Jeremy Wall 2022-12-22 16:22:32 -05:00
parent e3e77a8ebc
commit 5f0cfb3a29

View File

@ -33,8 +33,6 @@ pub fn Header<G: Html>(cx: Scope) -> View<G> {
li { a(href="/ui/planning/plan") { "MealPlan" } }
li { a(href="/ui/manage/categories") { "Manage" } }
li { a(href="/ui/login") { (login.get()) } }
// TODO(jwall): Move to footer?
li { a(href="https://github.com/zaphar/kitchen") { "Github" } }
}
}
}