The repo for Purrform's main BigCommerce store.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: update navigation list to remove 'NEW' badge (#13)

authored by

Rogerio Romao and committed by
GitHub
6b2bd00c e072b27f

+1 -4
+1 -1
config.json
··· 1 1 { 2 - "name": "felvet link", 2 + "name": "remove NEW badge", 3 3 "version": "6.10.0", 4 4 "template_engine": "handlebars_v4", 5 5 "meta": {
-3
templates/components/common/navigation-list.html
··· 44 44 href="{{url}}" 45 45 aria-label="{{name}}" 46 46 > 47 - {{#if name '==' '5 Days Fresh'}} 48 - <span style="color: red; font-weight: bold;">NEW</span> 49 - {{/if}} 50 47 {{name}} 51 48 </a> 52 49 </li>