diff options
| author | Marius Peter <dev@marius-peter.com> | 2025-11-22 11:23:24 +0100 |
|---|---|---|
| committer | Marius Peter <dev@marius-peter.com> | 2025-11-22 11:23:24 +0100 |
| commit | 6d22ffec76b5fef772173690874bfb1d22ef2a81 (patch) | |
| tree | 61541d5b8748693529f151569c47abe90999d37d /views.rkt | |
| parent | 239af6f6f547b495598d94c0951afce4ccaf39e8 (diff) | |
Remove dead navbar code.
Diffstat (limited to 'views.rkt')
| -rw-r--r-- | views.rkt | 19 |
1 files changed, 1 insertions, 18 deletions
@@ -50,18 +50,6 @@ (span ((class "navbar-toggler-icon")))) (div ((class "collapse navbar-collapse") [id "navbarSupportedContent"]) (ul ((class "navbar-nav me-auto mb-2 mb-lg-0")) - #;(li ((class "nav-item dropdown")) - (a ((class "nav-link dropdown-toggle") [href "#"] - [id "navbarDropdown"] - [role "button"] - [data-bs-toggle "dropdown"] - [aria-expanded "false"]) - "Dropdown") - (ul ((class "dropdown-menu") [aria-labelledby "navbarDropdown"]) - (li (a ((class "dropdown-item") [href "#"]) "Action")) - (li (a ((class "dropdown-item") [href "#"]) "Another action")) - (li (hr ((class "dropdown-divider")))) - (li (a ((class "dropdown-item") [href "#"]) "Something else here")))) (li ((class "nav-item")) (a ((class "nav-link disabled") [href "#"] [tabindex "-1"] [aria-disabled "true"]) "Clients")) @@ -70,12 +58,7 @@ (li ((class "nav-item")) (a ((class "nav-link disabled") [href "#"] [tabindex "-1"] [aria-disabled "true"]) "Cultures")) - (li ((class "nav-item")) (a ((class "nav-link") [href "/contact"]) "Contact"))) - #;(form ((class "d-flex")) - (input ((class "form-control me-2") [type "search"] - [placeholder "Search"] - [aria-label "Search"])) - (button ((class "btn btn-outline-success") [type "submit"]) "Search")))))) + (li ((class "nav-item")) (a ((class "nav-link") [href "/contact"]) "Contact"))))))) ;; Page helpers |