fix: top menu Market link goes to coop blog page
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 39s

OOB nav template also updated — Market link now uses HTMX
navigation to coop.rose-ash.com/market/ instead of linking
to the market app directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-10 20:07:57 +00:00
parent 3376e4e990
commit c2e5708aa9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{% set _app_slugs = {'market': market_url('/'), 'cart': cart_url('/')} %} {% set _app_slugs = {'cart': cart_url('/')} %}
<div class="flex flex-col sm:flex-row sm:items-center gap-2 border-r border-stone-200 mr-2 sm:max-w-2xl" <div class="flex flex-col sm:flex-row sm:items-center gap-2 border-r border-stone-200 mr-2 sm:max-w-2xl"
id="menu-items-nav-wrapper" id="menu-items-nav-wrapper"
hx-swap-oob="outerHTML"> hx-swap-oob="outerHTML">