update year in headings

This commit is contained in:
Thomas Ruoff
2022-11-28 22:23:42 +01:00
parent 414e0c4762
commit 1d62bee20f
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ const HomeDebug = () => {
return (
<div>
<Head>
<title>DEBUG: Bello's Adventskalender 2021</title>
<title>Adventskalender 2022 Edition</title>
<link rel="icon" href="/favicon.ico" />
</Head>
<AppProvider debug={true}>

View File

@@ -10,7 +10,7 @@ export default function Home() {
return (
<div>
<Head>
<title>Bello's Adventskalender 2021</title>
<title>Adventskalender 2022 Edition</title>
<link rel="icon" href="/favicon.ico" />
</Head>
<AppProvider>