Skip to content

Commit

Permalink
Add users to navbar (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: hfhbd <[email protected]>
  • Loading branch information
hfhbd and hfhbd authored May 5, 2021
1 parent 090f7b3 commit b761b8f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ fun Navbar(api: API, onLogout: () -> Unit) {
Text("Tours")
}
}
Li(attrs = { classes("nav-item") }) {
NavLink(attrs = { classes("nav-link") }, to = "/users") {
Text("Users")
}
}
}
A(attrs = {
classes("btn", "btn-outline-${Color.Light}")
Expand Down

0 comments on commit b761b8f

Please sign in to comment.