← back to Healthcarewallpaper
scrub p.vendor render from Ideas rail + add noreferrer to fb external link
8c74f6a5e4fcf657e1f2814636903154601d31fe · 2026-05-25 21:08:28 -0700 · Steve Abrams
Files touched
Diff
commit 8c74f6a5e4fcf657e1f2814636903154601d31fe
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon May 25 21:08:28 2026 -0700
scrub p.vendor render from Ideas rail + add noreferrer to fb external link
---
public/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index 71711a3..6d71393 100644
--- a/public/index.html
+++ b/public/index.html
@@ -418,7 +418,7 @@ textarea:focus-visible,
<div class="footer-col">
<h4>Social</h4>
- <a class="fb-link" href="https://www.facebook.com/SteveAbramsDesigns.DesignerWallcoverings" target="_blank" rel="noopener">Facebook</a>
+ <a class="fb-link" href="https://www.facebook.com/SteveAbramsDesigns.DesignerWallcoverings" target="_blank" rel="noopener noreferrer">Facebook</a>
</div>
</div>
<div class="footer-bottom">
@@ -1181,7 +1181,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');
← aa5e4d3 remove 3 stale .bak/.pre-* snapshot files + add snapshot 404
·
back to Healthcarewallpaper
·
wire api-vendor-redact middleware as first app.use — scrubs 68c30ea →