← back to Wallpaperdefinitions
scrub residual DW vendor names (Arte International + Lee Jofa) from customer-facing captions
7de9c489b80c06611a5da5f8fcd4b98c2fbd83aa · 2026-05-27 16:07:49 -0700 · Steve
Drop vendor-name prefix from image-break captions, mirroring the prod
editorial-template convention. Mac2 source was stale vs prod (prod was
fixed directly); this prevents a /deploy from regressing the leak.
Files touched
Diff
commit 7de9c489b80c06611a5da5f8fcd4b98c2fbd83aa
Author: Steve <steve@designerwallcoverings.com>
Date: Wed May 27 16:07:49 2026 -0700
scrub residual DW vendor names (Arte International + Lee Jofa) from customer-facing captions
Drop vendor-name prefix from image-break captions, mirroring the prod
editorial-template convention. Mac2 source was stale vs prod (prod was
fixed directly); this prevents a /deploy from regressing the leak.
---
public/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/index.html b/public/index.html
index 8fe50fa..570cf16 100644
--- a/public/index.html
+++ b/public/index.html
@@ -421,7 +421,7 @@ body {
<!-- IMAGE BREAK 1 -->
<div class="image-break">
<img src="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/2020205_50_a98ae134-3d4e-44a9-91a1-1e0e93c34a22.jpg" alt="Marion Print Indigo wallcovering in a styled room" loading="lazy">
- <div class="image-break-caption">Lee Jofa "Marion Print Indigo" — a paste-the-wall compatible non-woven product with a straight-match pattern repeat.</div>
+ <div class="image-break-caption">"Marion Print Indigo" — a paste-the-wall compatible non-woven product with a straight-match pattern repeat.</div>
</div>
<div class="def-card">
@@ -459,7 +459,7 @@ body {
<!-- IMAGE BREAK 2 -->
<div class="image-break">
<img src="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/2006101_517_86aa6f6e-b809-41ef-903c-7aa4fd878a79.jpg" alt="Chinese Lantern Coral wallcovering in a light-filled room" loading="lazy">
- <div class="image-break-caption">Lee Jofa "Chinese Lantern Coral" — a classic drop-match pattern requiring careful alignment at each strip seam.</div>
+ <div class="image-break-caption">"Chinese Lantern Coral" — a classic drop-match pattern requiring careful alignment at each strip seam.</div>
</div>
<div class="def-card">
@@ -543,7 +543,7 @@ body {
<!-- IMAGE BREAK 4 -->
<div class="image-break">
<img src="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Indienne_Poona_18300_Roomshot_Web_LR-medium-two-thirds.jpg" alt="Poona Cinnamon wallcovering with warm botanical tones" loading="lazy">
- <div class="image-break-caption">Arte International "Poona Cinnamon" — a digitally printed natural-look pattern on a paste-the-wall non-woven backing.</div>
+ <div class="image-break-caption">"Poona Cinnamon" — a digitally printed natural-look pattern on a paste-the-wall non-woven backing.</div>
</div>
<div class="def-card">
← 8a7873c add ns-contact modal (CSS + HTML + JS) — info@wallpaperdefin
·
back to Wallpaperdefinitions
·
add .deploy.conf for Kamatera deploy (port 9901, /health) 0fff334 →