[object Object]

← back to Commercialrealestate

corner-nav: add 'Direct Listings' to Properties menu (the dedicated-store viewer)

88f093b0cc4c78ac50df05dab769e3b0f0fcea16 · 2026-08-19 11:02:57 -0700 · Steve Abrams

Files touched

Diff

commit 88f093b0cc4c78ac50df05dab769e3b0f0fcea16
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 19 11:02:57 2026 -0700

    corner-nav: add 'Direct Listings' to Properties menu (the dedicated-store viewer)
---
 public/corner-nav.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/corner-nav.js b/public/corner-nav.js
index c37ffe7..6ab6be4 100644
--- a/public/corner-nav.js
+++ b/public/corner-nav.js
@@ -15,7 +15,7 @@
     { title: 'Properties & Listings', items: [
       ['index.html', '🏙️ CRE Explorer'], ['mls.html', '📋 Listings'], ['just-listed.html', '🆕 Just Listed'],
       ['sales.html', '💰 Sales & Comps'], ['condos.html', '🏢 Condos'], ['rent-rolls.html', '📑 Rent Rolls'],
-      ['map.html', '🗺️ Map'] ] },
+      ['direct-listings.html', '🔎 Direct Listings'], ['map.html', '🗺️ Map'] ] },
     { title: 'Deals & Flow', items: [
       ['deals.html', '◆ Deal Intelligence'], ['deals-flow.html', '🔀 Deal Flow'] ] },
     { title: 'Brokers & Agents', items: [

← 8f9ce55 direct-listings viewer: /api/direct-listings + public/direct  ·  back to Commercialrealestate  ·  firm-site scraper: add missing sleep() helper (pageText cras 258bd68 →