[object Object]

← back to Screenprintedwallpaper

remove p.vendor render on customer ideas rail (use 'Designer Wallcoverings' label)

e0ad245a5c113ef13510251eb3b8bd7246c6e4fa · 2026-05-25 21:32:15 -0700 · Steve Abrams

Files touched

Diff

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

    remove p.vendor render on customer ideas rail (use 'Designer Wallcoverings' label)
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 5712830..acc927f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1075,7 +1075,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');

← cb1b230 add rel=noopener noreferrer on target=_blank (FB link + sist  ·  back to Screenprintedwallpaper  ·  rails: wire /api/sliders into horizontal scroll-snap rail se 9b6f409 →