Skip to content

Commit 79f6296

Browse files
authored
Merge pull request #13356 from saurabhburade/fix-eth-video-graphic
fix: eth page video graphic path
2 parents 339c88b + f412bd8 commit 79f6296

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)