feat: Adds ductulator button to logged in views.
All checks were successful
CI / Linux Tests (push) Successful in 5m46s
All checks were successful
CI / Linux Tests (push) Successful in 5m46s
This commit is contained in:
@@ -8,7 +8,7 @@ struct UserView: HTML, Sendable {
|
||||
|
||||
var body: some HTML {
|
||||
div {
|
||||
Navbar(sidebarToggle: false, userProfile: false)
|
||||
Navbar(showSidebarToggle: false, isLoggedIn: false)
|
||||
|
||||
div(.class("p-4")) {
|
||||
Row {
|
||||
|
||||
Reference in New Issue
Block a user