File tree 6 files changed +17
-11
lines changed
6 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 6
6
< link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8
8
< meta name ="theme-color " content ="#000000 " />
9
- < meta name ="description " content ="Web site created using create-react-app " />
9
+ < meta name ="description " content ="Viewer Gap analysis " />
10
10
< link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
11
11
< link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
12
12
< link rel ="stylesheet " href ="https://unpkg.com/leaflet@1.0.1/dist/leaflet.css " />
29
29
30
30
</script> -->
31
31
32
- < title > Spcat Website </ title >
32
+ < title > Viewer Gap analysis </ title >
33
33
34
34
</ head >
35
35
Original file line number Diff line number Diff line change @@ -4,20 +4,26 @@ import Navbar from 'react-bootstrap/Navbar';
4
4
import './Menu.css'
5
5
import { Link } from 'react-router-dom'
6
6
import React from "react" ;
7
+ import logo from '../../assets/img/logo.png'
7
8
8
9
function Menu ( ) {
9
10
return (
10
11
< Navbar variant = "dark" collapseOnSelect expand = "lg" className = 'menu' >
11
12
< Container className = 'py-1' >
12
- < Link className = "navbar-brand" to = "/" > Home</ Link >
13
- < Navbar . Toggle aria-controls = "responsive-navbar-nav" />
14
- < Navbar . Collapse className = 'justify-content-end' id = "responsive-navbar-nav" >
15
- < Nav className = "justify-content-end" >
16
- < Link className = "nav-link" to = "/maptools" > Viewer</ Link >
17
- < Link className = "nav-link" to = "/about" > About</ Link >
18
- </ Nav >
19
- </ Navbar . Collapse >
20
- </ Container >
13
+ < div className = "logo" >
14
+ < img src = { logo } className = "me-2" style = { { width : "40px" } } > </ img >
15
+ </ div >
16
+ < Link className = "navbar-brand" to = "/" > Home</ Link >
17
+ < Navbar . Toggle aria-controls = "responsive-navbar-nav" />
18
+ < Navbar . Collapse className = 'justify-content-end' id = "responsive-navbar-nav" >
19
+ < Nav className = "justify-content-end" >
20
+ < Link className = "nav-link" to = "/maptools" > Viewer</ Link >
21
+ < a className = "nav-link" href = "https://api.gapanalysistools.org/" target = "_blank" > Api</ a >
22
+ < Link className = "nav-link" to = "/about" > About</ Link >
23
+ </ Nav >
24
+ </ Navbar . Collapse >
25
+ </ Container >
26
+
21
27
</ Navbar >
22
28
) ;
23
29
}
You can’t perform that action at this time.
0 commit comments