diff options
Diffstat (limited to 'web/templates/index.html')
| -rw-r--r-- | web/templates/index.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/web/templates/index.html b/web/templates/index.html index 1dc433b..6bc513c 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -64,14 +64,9 @@ onclick="setActiveTab(this)"> 🛒 Shopping </button> - <button - class="tab-button {{if eq .ActiveTab "conditions"}}tab-button-active{{end}}" - hx-get="/tabs/conditions" - hx-target="#tab-content" - hx-push-url="?tab=conditions" - onclick="setActiveTab(this)"> + <a href="/conditions" class="tab-button"> 🌋 Conditions - </button> + </a> <!-- Details Dropdown --> <div class="relative" id="details-dropdown"> |
