← back to Vinylwallpaper
remove p.vendor render on customer rail card (Designer Wallcoverings instead)
a9a5427385a9844dd960ba47162f07cd299382fa · 2026-05-25 21:38:00 -0700 · Steve
Files touched
Diff
commit a9a5427385a9844dd960ba47162f07cd299382fa
Author: Steve <steve@designerwallcoverings.com>
Date: Mon May 25 21:38:00 2026 -0700
remove p.vendor render on customer rail card (Designer Wallcoverings instead)
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 402a0f9..d208435 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1090,7 +1090,7 @@ loadGridPage();
return '<a class="rail-card" href="/sample/' + encodeURIComponent(p.handle || p.sku) + '">' +
'<img src="' + url + '" alt="' + (p.title || '').replace(/"/g, '"') + '" 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');
← 724e9f2 retag aesthetic from PG: 590 rows updated
·
back to Vinylwallpaper
·
wire api-vendor-redact middleware on customer-facing /api/* a872e39 →