Skip to content

Commit

Permalink
removed video
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeshau committed Nov 11, 2024
1 parent 12fd5df commit 839c9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/Video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Video = memo(() => {
return (
<Box sx={{ width: '100%', height: '100%' }}>
<video style={{ width: '100%', height: '100%' }} controls>
<source src="/video.mp4" type="video/mp4" />
{/* <source src="/video.mp4" type="video/mp4" /> */}
Your browser does not support the video tag.
</video>
</Box>
Expand Down

0 comments on commit 839c9c5

Please sign in to comment.