diff --git a/browser/templates/_types/root/_nav.html b/browser/templates/_types/root/_nav.html index de26699..7f71ed7 100644 --- a/browser/templates/_types/root/_nav.html +++ b/browser/templates/_types/root/_nav.html @@ -1,4 +1,4 @@ -{% set _app_slugs = {'cart': cart_url('/')} %} +{% set _app_slugs = {'market': market_url('/'), 'cart': cart_url('/')} %}