Add link to the github repo at the bottom

fixes #9
This commit is contained in:
Jeremy Wall 2022-03-23 17:04:19 -04:00
parent 9a46c1279e
commit e40b84173e

View File

@ -40,5 +40,8 @@ pub fn tabbed_view(state: TabState<G>) -> View<G> {
div { div {
(state.inner) (state.inner)
} }
div(class="footer") {
a(href="https://github.com/zaphar/kitchen") { "Github" }
}
}) })
} }