[object Object]

← back to Micawallpaper

remove p.vendor render on Ideas rail card meta (replace with 'Designer Wallcoverings')

cd37784e0836d3dc60fabfa0d8f1195e0b7fe5a7 · 2026-05-25 21:19:23 -0700 · steve

Files touched

Diff

commit cd37784e0836d3dc60fabfa0d8f1195e0b7fe5a7
Author: steve <steve@designerwallcoverings.com>
Date:   Mon May 25 21:19:23 2026 -0700

    remove p.vendor render on Ideas rail card meta (replace with 'Designer Wallcoverings')
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 18d80ff..0a36026 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1072,7 +1072,7 @@ loadGridPage();
       return '<a class="rail-card" href="/sample/' + encodeURIComponent(p.handle || p.sku) + '">' +
         '<img src="' + url + '" alt="' + (p.title || '').replace(/"/g, '&quot;') + '" loading="lazy">' +
         '<div class="rc-title">' + ((p.title || '').split('|')[0] || '').trim() + '</div>' +
-        '<div class="rc-meta">' + (p.vendor || '') + '</div>' +
+        '<div class="rc-meta">Designer Wallcoverings</div>' +
       '</a>';
     }
     const r1 = document.getElementById('railNewest');

← 023a7b6 wire api-vendor-redact middleware: strip p.vendor + vendors  ·  back to Micawallpaper  ·  hydrate state.sort from localStorage before first grid load a401e32 →