Skip to content

Commit f412bd8

Browse files
committed
fix: eth page video graphic path
1 parent daf7383 commit f412bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/EthVideo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { Box, useColorModeValue } from "@chakra-ui/react"
22

33
const EthVideo = () => {
44
const src = useColorModeValue(
5-
"images/ethereum-hero-light.mp4",
6-
"images/ethereum-hero-dark.mp4"
5+
"/images/ethereum-hero-light.mp4",
6+
"/images/ethereum-hero-dark.mp4"
77
)
88

99
return (

0 commit comments

Comments
 (0)