[object Object]

← back to Rentv 2026

nav: add /deals-log (Deals Log) to map hamburger + Explore drawer (TK-10296)

1280b163a90cb088770f40cfe613de18d00baaed · 2026-08-06 10:34:56 -0700 · steve@designerwallcoverings.com

Files touched

Diff

commit 1280b163a90cb088770f40cfe613de18d00baaed
Author: steve@designerwallcoverings.com <steve@designerwallcoverings.com>
Date:   Thu Aug 6 10:34:56 2026 -0700

    nav: add /deals-log (Deals Log) to map hamburger + Explore drawer (TK-10296)
---
 public/map.html     | 1 +
 public/rentv-nav.js | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/map.html b/public/map.html
index 92db2304..6c4d841d 100644
--- a/public/map.html
+++ b/public/map.html
@@ -127,6 +127,7 @@ aside .ah{padding:12px 16px;border-bottom:1px solid var(--line);font-size:12px;f
     <a href="/map">🗺 News Map</a>
     <a href="/markets">Markets</a>
     <a href="/market-pulse">📈 Market Pulse</a>
+    <a href="/deals-log">📋 Deals Log</a>
     <a href="/review">The REview</a>
     <a href="/cre-talk">CRE Talk</a>
     <a href="/conferences">Conferences</a>
diff --git a/public/rentv-nav.js b/public/rentv-nav.js
index 3bcf6309..8cda574c 100644
--- a/public/rentv-nav.js
+++ b/public/rentv-nav.js
@@ -167,7 +167,7 @@
     drL.innerHTML = '<div class="rtnav-bd"></div><div class="rtnav-pl">' +
       '<button class="rtnav-x" type="button" aria-label="Close">×</button><h3>Explore</h3>' +
       '<a href="/">Front page</a><a href="/map">🗺 News Map</a><a href="/markets">Markets</a>' +
-      '<a href="/market-pulse">📈 Market Pulse</a>' +
+      '<a href="/market-pulse">📈 Market Pulse</a><a href="/deals-log">📋 Deals Log</a>' +
       '<a href="/review">The REview</a><a href="/cre-talk">CRE Talk</a><a href="/conferences">Conferences</a>' +
       '<a href="/blog">Blog</a><a href="/about">About</a><a href="/advertise">Advertise</a><a href="/subscribe">Subscribe</a>' +
       '<div class="rtnav-gt">Regions</div><div class="rtnav-clone">' + geo + '</div></div>';

← 30df559d PR CRM notes: attach to deals too (string entity_id) + deals  ·  back to Rentv 2026  ·  fix(topic-hubs): word-boundary hub-keyword matching so a mid cd119d7c →