[object Object]

← back to Corkwallcovering

redact p.vendor in rail-card (Ideas rails) — show Designer Wallcoverings + SKU

5c69aee10451e24197d82a9ee4173c7e48dae0bf · 2026-05-25 20:57:27 -0700 · SteveStudio2

Files touched

Diff

commit 5c69aee10451e24197d82a9ee4173c7e48dae0bf
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Mon May 25 20:57:27 2026 -0700

    redact p.vendor in rail-card (Ideas rails) — show Designer Wallcoverings + SKU
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 73821cc..bb973ad 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1070,7 +1070,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' + (p.sku ? ' · ' + p.sku : '') + '</div>' +
       '</a>';
     }
     const r1 = document.getElementById('railNewest');

← 99cc085 add 404-guard middleware (JSON for /api/*, text otherwise)  ·  back to Corkwallcovering  ·  wire api-vendor-redact middleware (close vendors-facet leak) 0afc08a →