Skip to content

Commit

Permalink
fix: eth page video graphic path
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhburade committed Jul 8, 2024
1 parent daf7383 commit f412bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/EthVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit f412bd8

Please sign in to comment.