Explorar el Código

Refactor code structure for improved readability and maintainability

master
Amirul Anwar hace 10 horas
padre
commit
5132831b2f
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      src/assets/video/vanue_fa.mp4
  2. 1
    1
      src/components/VideoAds/VideoAds.jsx

BIN
src/assets/video/vanue_fa.mp4 Ver fichero


+ 1
- 1
src/components/VideoAds/VideoAds.jsx Ver fichero

@@ -2,7 +2,7 @@ import { useRef, useState, useEffect  } from 'react';
2 2
 import { Box, Button } from '@mui/material';
3 3
 import PropTypes from 'prop-types';
4 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 7
 const VideoAds = ({ video_url, height, width }) => {
8 8
   const videoRef = useRef(null);

Loading…
Cancelar
Guardar