diff --git a/src/components/EthVideo.tsx b/src/components/EthVideo.tsx index 62c07ac2b35..20fa8ab8809 100644 --- a/src/components/EthVideo.tsx +++ b/src/components/EthVideo.tsx @@ -2,8 +2,8 @@ import { Box, useColorModeValue } from "@chakra-ui/react" const EthVideo = () => { const src = useColorModeValue( - "images/ethereum-hero-light.mp4", - "images/ethereum-hero-dark.mp4" + "/images/ethereum-hero-light.mp4", + "/images/ethereum-hero-dark.mp4" ) return (