[object Object]

← back to Hospitalitywallcoverings

remove p.vendor render on rail cards; replace with Designer Wallcoverings

762efdd9b8e241ea4eb811d1e7bb674fdbaf8fb7 · 2026-05-25 21:11:27 -0700 · Steve Abrams

Files touched

Diff

commit 762efdd9b8e241ea4eb811d1e7bb674fdbaf8fb7
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon May 25 21:11:27 2026 -0700

    remove p.vendor render on rail cards; 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 4eb560a..6b8ab1e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1371,7 +1371,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');

← 2aca15e add noreferrer to target=_blank Facebook link  ·  back to Hospitalitywallcoverings  ·  wire api-vendor-redact middleware — strips vendor field and b52f48c →