Skip to content

Commit 09ccb95

Browse files
authored
Fix navigation link
1 parent 0b17ddf commit 09ccb95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web/app/src/Layout.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from "react";
12
import {
23
Button,
34
Container,
@@ -6,10 +7,8 @@ import {
67
Nav,
78
Navbar,
89
} from "react-bootstrap";
9-
1010
import { LinkContainer } from "react-router-bootstrap";
1111
import { Outlet } from "react-router-dom";
12-
import React from "react";
1312

1413
function Layout() {
1514
return (
@@ -26,7 +25,7 @@ function Layout() {
2625
navbarScroll
2726
>
2827
<LinkContainer to="/">
29-
<Nav.Link>Home</Nav.Link>
28+
<Nav.Link>List</Nav.Link>
3029
</LinkContainer>
3130
</Nav>
3231
<Form className="d-flex">

0 commit comments

Comments
 (0)