Skip to content

Commit

Permalink
Update _app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-police committed Aug 18, 2024
1 parent 4b8867d commit 2e6a367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ import "../css/main.css"

function AppRoot({Component, pageProps}) {
return(<>
<html lang="en">

<Head>
<title>Binary Pattern Editor</title>
</Head>

<Header></Header>

<Component {...pageProps} />
</html>

</>)
}

Expand Down

0 comments on commit 2e6a367

Please sign in to comment.