Skip to content

Commit

Permalink
test pr (vechain#11)
Browse files Browse the repository at this point in the history
* frontend: added routes

* frontend: added tailwind + package.json fix

* frontend: added login page

* frontend: login page fix

* profile page

* nav bar visible on /profile

* test pr
  • Loading branch information
WillowMT authored Sep 14, 2024
1 parent 12a43f7 commit 4aeda90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function App() {
>
<div className="bg-[#506c4c]">
<Navbar />

<div className="min-h-screen relative">
<Routes>
<Route path="/" element={<Home />} />
Expand Down

0 comments on commit 4aeda90

Please sign in to comment.