Skip to content

Commit

Permalink
Setting Navigation Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
yakubhariana70 committed Nov 18, 2023
1 parent 91100bb commit fb8851b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/NavigationBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ const NavigationBar = () => {
<Offcanvas.Body>
<Nav
className="ms-auto fw-semibold"
style={{ fontSize: "calc(12px + 0.390625vw)" }}
style={{ fontSize: "calc(10px + 0.390625vw)" }}
>
<Nav.Link href="/jakspace-webgis">Home</Nav.Link>
<Nav.Link href="/jakspace-webgis/#/direction-map">Map</Nav.Link>
<Nav.Link href="/jakspace-webgis/#/storytelling">
Storytelling
StoryMap
</Nav.Link>
<Nav.Link href="/jakspace-webgis/#/about">About</Nav.Link>
<Nav.Link href="/jakspace-webgis/#/direction-map">
Tourism Map
</Nav.Link>
{/* <Nav.Link href="/jakspace-webgis/#/about">About</Nav.Link> */}
</Nav>
</Offcanvas.Body>
</Navbar.Offcanvas>
Expand Down

0 comments on commit fb8851b

Please sign in to comment.