Skip to content

Commit

Permalink
fix : Header position should outside of the content div.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZL-Asica committed Oct 28, 2024
1 parent f4f27ab commit d5221b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const App = () => {
<UserProvider>
<div className="App">
<Router>
<Header />
<div className="content">
<Header />
{/* Main content area where pages will render */}
<Routes>
<Route path="/" element={<Home />} />
Expand Down

0 comments on commit d5221b2

Please sign in to comment.