Skip to content

Commit d5f965d

Browse files
committed
feat: add a mp4 demo for section3; #50
1 parent be2eec0 commit d5f965d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/video/tiger.mp4

35.8 MB
Binary file not shown.

src/components/HomePageComponents/Section3.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ArrowCircleDownIcon from "@mui/icons-material/ArrowCircleDown";
22
import CloseIcon from "@mui/icons-material/Close";
33
import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
4-
import { Typography, Box, IconButton, Dialog } from "@mui/material";
4+
import { Typography, Box, Button, IconButton, Dialog } from "@mui/material";
55
import { Colors } from "design/theme";
66
import React from "react";
77
import { useState } from "react";

0 commit comments

Comments
 (0)