This commit is contained in:
Thomas Ruoff
2021-11-29 20:45:32 +01:00
parent 49f2bb62b5
commit 0ea31c21be
4 changed files with 100 additions and 106 deletions

View File

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