[object Object]

← back to Silkwallpaper

remove p.vendor render on rails + add noreferrer to facebook target=_blank

49000cfdf911ca71cffb8d4aa08d506c87c8e87d · 2026-05-25 21:36:15 -0700 · Steve Abrams

Files touched

Diff

commit 49000cfdf911ca71cffb8d4aa08d506c87c8e87d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon May 25 21:36:15 2026 -0700

    remove p.vendor render on rails + add noreferrer to facebook target=_blank
---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 9b8b361..dfbd7fe 100644
--- a/public/index.html
+++ b/public/index.html
@@ -551,7 +551,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">
@@ -1212,7 +1212,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');

← e11ce0d /api/facets total + counts respect q/aesthetic filters  ·  back to Silkwallpaper  ·  rails: wire /api/sliders into horizontal scroll-snap rail se 96ecbc3 →