Skip to content

Commit

Permalink
updated header in app
Browse files Browse the repository at this point in the history
  • Loading branch information
Pybite committed Jun 26, 2024
1 parent 0a5d8d1 commit a89f0c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web-client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import './global.css';
function App() {
return (
<div>
<header>This is the header</header>
<header className="site-header">
<h1><a href="index.html" className="site-header-heading">FSWD</a></h1>
</header>
<main>
<Outlet />
</main>
Expand Down

0 comments on commit a89f0c2

Please sign in to comment.