[object Object]

← back to Retrowalls

redact p.vendor on Ideas rail — replace with 'Designer Wallcoverings' brand string

f09682344e89e7e91380deee3f0ce597810e3184 · 2026-05-25 21:31:52 -0700 · Steve Abrams

Files touched

Diff

commit f09682344e89e7e91380deee3f0ce597810e3184
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon May 25 21:31:52 2026 -0700

    redact p.vendor on Ideas rail — replace with 'Designer Wallcoverings' brand string
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index d987c2f..8acec29 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1215,7 +1215,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');

← b3bdcce wire api-vendor-redact middleware as first app.use() — strip  ·  back to Retrowalls  ·  pre-hydrate density --cols CSS var before first paint — elim 15614c6 →