[object Object]

← back to Wallpaperestimator

Replace dead /about nav link with #faq anchor to existing FAQ section

9925515924211d91e148f659b75a667f555b9f28 · 2026-05-19 08:11:07 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 9925515924211d91e148f659b75a667f555b9f28
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue May 19 08:11:07 2026 -0700

    Replace dead /about nav link with #faq anchor to existing FAQ section
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index b7ff817..0b7312f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -598,7 +598,7 @@ density.addEventListener('input', function(){
 </button>
 <nav class="dw-burger-panel" id="dwBurgerPanel" aria-label="Primary">
   <a href="/">Home</a>
-  <a href="/about">About</a>
+  <a href="#faq">FAQ</a>
   <a href="mailto:info@wallpaperestimator.com">Contact</a>
 </nav>
 <script>

← 355fbad Add noreferrer to target=_blank external product links  ·  back to Wallpaperestimator  ·  Add 404-guard middleware for snapshot files; broaden .gitign 491cd43 →