[object Object]

← back to Contractwallpaper

fix: remove vendor leak in Ideas rail + add noreferrer to fb link

40b9ebc9fd0deb728a48b6d39360b731e69d54f3 · 2026-05-25 20:56:29 -0700 · Steve

Files touched

Diff

commit 40b9ebc9fd0deb728a48b6d39360b731e69d54f3
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon May 25 20:56:29 2026 -0700

    fix: remove vendor leak in Ideas rail + add noreferrer to fb link
---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 9764af9..155742e 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, '&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');

← 0c9c64a retag aesthetic from PG: 586 rows updated  ·  back to Contractwallpaper  ·  add: clean-URL routes for /care /history /sourcing /trade /v eca0bc3 →