Skip to content

Commit

Permalink
Change default title (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matushl authored Dec 14, 2024
1 parent efe2c42 commit eeb69f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const MyApp: FC<AppProps> = ({Component, pageProps}) => {
return (
<>
<Head>
<title>React App</title>
<title>STROM</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</Head>
{/* ak pouzijeme vsade <Typography>, nemuseli by sme mat takyto globalny styl... ale je to teda
Expand Down

0 comments on commit eeb69f8

Please sign in to comment.