We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae9647 commit 6836d6cCopy full SHA for 6836d6c
src/components/EasterEgg.tsx
@@ -12,7 +12,7 @@ export const EasterEgg: React.FC<EasterEggProps> = ({ show, onClose }) => {
12
<div className="fixed inset-0 bg-black bg-opacity-75 flex items-center justify-center z-50" onClick={onClose}>
13
<div className="relative w-full max-w-4xl bg-black rounded-xl overflow-hidden">
14
<video autoPlay controls className="w-full" onClick={(e) => e.stopPropagation()}>
15
- <source src="./quiz-master/easteregg.mp4" type="video/mp4" />
+ <source src="./easteregg.mp4" type="video/mp4" />
16
Your browser does not support the video tag.
17
</video>
18
</div>
0 commit comments