Skip to content

Commit a70901c

Browse files
committed
test video access
1 parent 33d5c38 commit a70901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/AboutPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const AboutPage: React.FC = () => {
5555
width="100%"
5656
style={{ maxHeight: "500px", objectFit: "cover" }}
5757
>
58-
<source src="/video/introduction_video.mp4" type="video/mp4" />
58+
<source src="/video/tiger.mp4" type="video/mp4" />
5959
Your browser does not support the video tag.
6060
</video>
6161
</Box>

0 commit comments

Comments
 (0)