This commit is contained in:
Thomas Ruoff
2023-11-30 15:57:52 +01:00
parent 3878a844b1
commit 5ce524cb84
4 changed files with 51 additions and 51 deletions

View File

@@ -17,7 +17,7 @@ const Header = () => {
return (
<div className="header">
<h1>Die 2022 Edition</h1>
<h1>The 2023 Edition - featuring special guests!</h1>
{gifUrl && (
<video className="yay-gif-video" src={gifUrl} autoPlay loop muted />
)}