← back to Greenwallcoverings
redact: rail card meta — replace p.vendor with 'Designer Wallcoverings'
e625c4247d7c83bf1efaac902be4125c05dd1430 · 2026-05-25 21:06:24 -0700 · Steve
Files touched
Diff
commit e625c4247d7c83bf1efaac902be4125c05dd1430
Author: Steve <steve@designerwallcoverings.com>
Date: Mon May 25 21:06:24 2026 -0700
redact: rail card meta — replace p.vendor 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 7508133..75be8df 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1085,7 +1085,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');
← 50784ee wire api-vendor-redact middleware: strip vendor field + vend
·
back to Greenwallcoverings
·
add: clean-URL routes /history /care /sourcing /trade /vocab 45090d9 →