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

@@ -17,7 +17,7 @@ const Header = () => {
return (
<div className="header">
<h1>Bello's Adventskalender 2021</h1>
<h1>Die 2022 Edition</h1>
{gifUrl && (
<video className="yay-gif-video" src={gifUrl} autoPlay loop muted />
)}