Browse Source

Update videoAds import to use the new video file vanue_fa_nora.mp4

master
Amirul Anwar 4 hours ago
parent
commit
5709603b4a
2 changed files with 1 additions and 1 deletions
  1. BIN
      src/assets/video/vanue_fa_nora.mp4
  2. 1
    1
      src/components/VideoAds/VideoAds.jsx

BIN
src/assets/video/vanue_fa_nora.mp4 View File


+ 1
- 1
src/components/VideoAds/VideoAds.jsx View File

2
 import { Box, Button } from '@mui/material';
2
 import { Box, Button } from '@mui/material';
3
 import PropTypes from 'prop-types';
3
 import PropTypes from 'prop-types';
4
 // import videoAds from "../../assets/video/WebsiteAmberOASIS2025.mp4";
4
 // import videoAds from "../../assets/video/WebsiteAmberOASIS2025.mp4";
5
-import videoAds from "../../assets/video/vanue_fa.mp4";
5
+import videoAds from "../../assets/video/vanue_fa_nora.mp4";
6
 
6
 
7
 const VideoAds = ({ video_url, height, width }) => {
7
 const VideoAds = ({ video_url, height, width }) => {
8
   const videoRef = useRef(null);
8
   const videoRef = useRef(null);

Loading…
Cancel
Save