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:
@@ -17,8 +17,8 @@ struct DuctulatorView: HTML, Sendable {
|
||||
var body: some HTML {
|
||||
div {
|
||||
Navbar(
|
||||
sidebarToggle: false,
|
||||
userProfile: isLoggedIn
|
||||
showSidebarToggle: false,
|
||||
isLoggedIn: isLoggedIn
|
||||
)
|
||||
div(.class("flex justify-center items-center px-10")) {
|
||||
div(
|
||||
|
||||
Reference in New Issue
Block a user