Skip to content

Commit

Permalink
fix: Remove POH (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls authored Dec 4, 2023
1 parent a464ff0 commit abc036f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions website/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ function App() {
<Navbar />
</header>
<Routes>
<Route path="/" element={<Home />} />
<Route path="*" element={<Home />} />
<Route path="/sdk-demo" element={<SDKDemo />} />
<Route path="/poh" element={<Poh />} />
<Route path="/poh-linea" element={<Poh />} />
</Routes>
<footer>
<Footer />
Expand Down
5 changes: 0 additions & 5 deletions website/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ function Navbar() {
<NavLink className="navbar-brand" to="/" end>
Home
</NavLink></li>
<li className="nav-item">
<NavLink className="nav-link" to="/poh" end>
Linea POH
</NavLink>
</li>
</ul>
</div>
</nav>
Expand Down

0 comments on commit abc036f

Please sign in to comment.