Skip to content

Commit 2954548

Browse files
committed
added map to dashboard
1 parent 09837a8 commit 2954548

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/default.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ module.exports = {
88

99
// below env variables are visible in frontend
1010
GOOGLE_API_KEY: process.env.GOOGLE_API_KEY || 'AIzaSyCrL-O319wNJK8kk8J_JAYsWgu6yo5YsDI',
11-
API_BASE_URL: process.env.API_BASE_URL || 'https://kb-dsp-server.herokuapp.com',
11+
API_BASE_URL: process.env.API_BASE_URL || 'https://kb-dsp-server-dev.herokuapp.com',
12+
//API_BASE_URL: process.env.API_BASE_URL || 'http://localhost:5000',
1213
};

src/components/Header/Header.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const Header = ({location, selectedCategory, categories, user, notificati
3434
<li className={currentRoute === 'MyDrones' ? 'active' : null}>My Drones</li>
3535
<li className={currentRoute === 'MyServices' ? 'active' : null}>My Services</li>
3636
<li className={currentRoute === 'Analytics' ? 'active' : null}>Analytics</li>
37+
<li className={currentRoute === 'DroneMap' ? 'active' : null}><Link to="/drones-map">Drone Traffic</Link></li>
3738
</ul>
3839
</li>
3940
);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy