[object Object]

← back to Glitterwalls

remove p.vendor render from Ideas rails (replace with brand)

5503c2d2942ffc9b1d9e0d55f394152b2bf14834 · 2026-05-25 21:06:16 -0700 · steve

Files touched

Diff

commit 5503c2d2942ffc9b1d9e0d55f394152b2bf14834
Author: steve <steve@designerwallcoverings.com>
Date:   Mon May 25 21:06:16 2026 -0700

    remove p.vendor render from Ideas rails (replace with brand)
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 8bd254c..915aace 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1279,7 +1279,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');

← 3d3b912 wire api-vendor-redact middleware (top of chain)  ·  back to Glitterwalls  ·  add noreferrer to all target=_blank links 435e64b →