Skip to content

Commit

Permalink
Header CSS Adjustments and Re introduced to main App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Domniea committed Nov 9, 2023
1 parent 22326fe commit 97d2278
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function App() {
<BrowserRouter>
<div className="flex flex-col h-screen">
<div style={{ flex: '1 1 0' }}>
{/* <Header></Header> */}
<Header></Header>
<Router></Router>
</div>
<Footer></Footer>
Expand Down
6 changes: 3 additions & 3 deletions apps/frontend/src/app/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ export default function Header() {
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
strokeWidth="1.5"
stroke="currentColor"
className="h-7 w-7">
<path
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
</svg>
</span>
Expand Down
2 changes: 1 addition & 1 deletion apps/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"compilerOptions": {
"esModuleInterop": true
}
}
}

0 comments on commit 97d2278

Please sign in to comment.