瀏覽代碼

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

master
Amirul Anwar 5 月之前
父節點
當前提交
5709603b4a
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      src/assets/video/vanue_fa_nora.mp4
  2. 1
    1
      src/components/VideoAds/VideoAds.jsx

二進制
src/assets/video/vanue_fa_nora.mp4 查看文件


+ 1
- 1
src/components/VideoAds/VideoAds.jsx 查看文件

@@ -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/vanue_fa.mp4";
5
+import videoAds from "../../assets/video/vanue_fa_nora.mp4";
6 6
 
7 7
 const VideoAds = ({ video_url, height, width }) => {
8 8
   const videoRef = useRef(null);

Loading…
取消
儲存