fix: top menu Market link goes to coop blog page
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 39s
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:
Submodule shared_lib updated: e653acb921...42f4a8b68f
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user