We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12f017 commit 0a00c0bCopy full SHA for 0a00c0b
frontend/src/layout/Layout.jsx
@@ -29,7 +29,6 @@ export function Layout() {
29
</a>
30
<nav>
31
<Link to="/">Coding Challenge</Link>
32
- <Link to="/history">History</Link>
33
<button
34
type="button"
35
className={`theme-toggle ${theme === "dark" ? "dark" : "light"}`}
0 commit comments