diff --git a/app/retail/templates/shared/nav.html b/app/retail/templates/shared/nav.html index d62d7430484..e087f4f89cf 100644 --- a/app/retail/templates/shared/nav.html +++ b/app/retail/templates/shared/nav.html @@ -55,7 +55,7 @@ {% endif %} - {% if request.path == "/explorer" or request.path == "/dashboard" %} + {% if not request.path == "/" or not request.path == "/contributor" %}