Przeglądaj źródła

Refactor code structure for improved readability and maintainability

master
Amirul Anwar 1 miesiąc temu
rodzic
commit
5132831b2f

BIN
src/assets/video/vanue_fa.mp4 Wyświetl plik


+ 1
- 1
src/components/VideoAds/VideoAds.jsx Wyświetl plik

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/singlelook1.mp4";
5
+import videoAds from "../../assets/video/vanue_fa.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);

Ładowanie…
Anuluj
Zapisz