[object Object]

← back to Handcraftedwallpaper

scrub customer-facing surface: hardcode 'Designer Wallcoverings' on rail-card (was p.vendor), add noreferrer to FB target=_blank

d4c15d53e9f1d90531d6e10652531b7c98eefcee · 2026-05-25 21:07:01 -0700 · Steve Abrams

Files touched

Diff

commit d4c15d53e9f1d90531d6e10652531b7c98eefcee
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon May 25 21:07:01 2026 -0700

    scrub customer-facing surface: hardcode 'Designer Wallcoverings' on rail-card (was p.vendor), add noreferrer to FB target=_blank
---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 3d5cfe5..f621636 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">
@@ -1084,7 +1084,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');

← 2646f8f add 404-guard: JSON for /api/*, index.html fallback for ever  ·  back to Handcraftedwallpaper  ·  rails: tag-aware via shared rail-match helper + editorial LA d98385d →