[object Object]

← back to Raffiawallcoverings

drop p.vendor render on Ideas rail-card (replace with 'Designer Wallcoverings')

7c5839b76c4dfe8bd485e60004cda51a6d15da86 · 2026-05-25 21:26:09 -0700 · Steve Abrams

Files touched

Diff

commit 7c5839b76c4dfe8bd485e60004cda51a6d15da86
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon May 25 21:26:09 2026 -0700

    drop p.vendor render on Ideas rail-card (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 99528c4..ec9a4fa 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1074,7 +1074,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');

← 4dc8db0 add clean-URL routes: /history /vocabulary /sourcing /care /  ·  back to Raffiawallcoverings  ·  wire api-vendor-redact middleware first — strip vendor + ven 0edb943 →