[object Object]

← back to Wallco Ai

nav: surface Marketplace · Designers · Patterns in wallco.ai hamburger

69fa84a8113f2ede7967eb0c28a4e2de3bb2acbd · 2026-05-13 15:21:26 -0700 · SteveStudio2

Adds three top-level nav links to the main wallco.ai header (between
Spoonflower and About) so visitors on /, /designs, /studio etc. can
reach the designer marketplace without typing the URL. The marketplace
pages themselves already had their own nav via _partials.js — this
brings parity to the parent site.

Files touched

Diff

commit 69fa84a8113f2ede7967eb0c28a4e2de3bb2acbd
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Wed May 13 15:21:26 2026 -0700

    nav: surface Marketplace · Designers · Patterns in wallco.ai hamburger
    
    Adds three top-level nav links to the main wallco.ai header (between
    Spoonflower and About) so visitors on /, /designs, /studio etc. can
    reach the designer marketplace without typing the URL. The marketplace
    pages themselves already had their own nav via _partials.js — this
    brings parity to the parent site.
---
 server.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/server.js b/server.js
index 9ba97c0..3d76da7 100644
--- a/server.js
+++ b/server.js
@@ -2322,6 +2322,9 @@ function htmlHeader(active) {
     ['/play',   'Play'],
     ['/generator', 'Generator'],
     ['/spoonflower', 'Spoonflower'],
+    ['/marketplace', 'Marketplace'],
+    ['/designers', 'Designers'],
+    ['/patterns', 'Patterns'],
     ['/about', 'About'],
   ];
   return `<a class="skip-link" href="#main-content">Skip to main content</a>

← 9ff4a1a marketplace YOLO loop · overnight milestone 3 — all 8 parall  ·  back to Wallco Ai  ·  marketplace db: warn + fall through on non-URL DATABASE_URL; 912870e →