diff --git a/apps/web/src/main.tsx b/apps/web/src/main.tsx index ad60575..8d66148 100644 --- a/apps/web/src/main.tsx +++ b/apps/web/src/main.tsx @@ -15,21 +15,50 @@ maplibregl.setRTLTextPlugin( // Lightweight hash router (no dependency). '#compare' and '#review' are additive // views; anything else falls back to the existing map app, untouched. const NAV = [ - { hash: '#map', label: 'Map' }, - { hash: '#review', label: 'Review' }, - { hash: '#compare', label: 'Compare' }, + { hash: '#map', label: 'Map', icon: '🗺️' }, + { hash: '#review', label: 'Review', icon: '🔍' }, + { hash: '#compare', label: 'Compare', icon: '⚖️' }, ] function ViewNav({ hash }: { hash: string }) { const isMap = hash !== '#compare' && hash !== '#review' return ( -
- Enter your official HERE Raster Tile API v3 key to view official HERE Satellite & Streets imagery. -
- setTempKey(e.target.value)} - style={{ background: '#0f172a', border: '1px solid #475569', borderRadius: '6px', padding: '8px 12px', color: '#fff', fontSize: '0.85rem', width: '100%', boxSizing: 'border-box' }} - /> -