Skip to content

Commit 0a00c0b

Browse files
author
colto
committed
remove history from nav
1 parent b12f017 commit 0a00c0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/layout/Layout.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export function Layout() {
2929
</a>
3030
<nav>
3131
<Link to="/">Coding Challenge</Link>
32-
<Link to="/history">History</Link>
3332
<button
3433
type="button"
3534
className={`theme-toggle ${theme === "dark" ? "dark" : "light"}`}

0 commit comments

Comments
 (0)