[object Object]

← back to Museumwallpaper

drop p.vendor from rail card meta — render 'Designer Wallcoverings' instead (vendor-redact rule)

8db4a76b53fd12341df154537e3f8f86d4280ac6 · 2026-05-25 21:19:38 -0700 · Steve

Files touched

Diff

commit 8db4a76b53fd12341df154537e3f8f86d4280ac6
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon May 25 21:19:38 2026 -0700

    drop p.vendor from rail card meta — render 'Designer Wallcoverings' instead (vendor-redact rule)
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 8a23384..34c5636 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1086,7 +1086,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');

← 25529cb retag aesthetic from PG: 104 rows updated  ·  back to Museumwallpaper  ·  wire api-vendor-redact middleware (strips vendor/vendors fro 3a31d07 →