Procházet zdrojové kódy

amber new video

master
azri před 8 měsíci
rodič
revize
b6a86ab541
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. binární
      src/assets/video/amberads2025.mp4
  2. 1
    1
      src/components/VideoAds/VideoAds.jsx

binární
src/assets/video/amberads2025.mp4 Zobrazit soubor


+ 1
- 1
src/components/VideoAds/VideoAds.jsx Zobrazit soubor

1
 import { useRef, useState, useEffect  } from 'react';
1
 import { useRef, useState, useEffect  } from 'react';
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/amberadsraya.mp4";
4
+import videoAds from "../../assets/video/amberads2025.mp4";
5
 
5
 
6
 const VideoAds = ({ video_url, height, width }) => {
6
 const VideoAds = ({ video_url, height, width }) => {
7
   const videoRef = useRef(null);
7
   const videoRef = useRef(null);

Načítá se…
Zrušit
Uložit