Skip to content

Commit 6836d6c

Browse files
committed
V1.2.0
1 parent cae9647 commit 6836d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EasterEgg.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const EasterEgg: React.FC<EasterEggProps> = ({ show, onClose }) => {
1212
<div className="fixed inset-0 bg-black bg-opacity-75 flex items-center justify-center z-50" onClick={onClose}>
1313
<div className="relative w-full max-w-4xl bg-black rounded-xl overflow-hidden">
1414
<video autoPlay controls className="w-full" onClick={(e) => e.stopPropagation()}>
15-
<source src="./quiz-master/easteregg.mp4" type="video/mp4" />
15+
<source src="./easteregg.mp4" type="video/mp4" />
1616
Your browser does not support the video tag.
1717
</video>
1818
</div>

0 commit comments

Comments
 (0)