Skip to content

Commit

Permalink
Merge pull request #2263 from daostack/cw-2235-correct-poster-image
Browse files Browse the repository at this point in the history
Change the animation hiro of the mobile website to an image #2235
  • Loading branch information
pvm-code authored Oct 30, 2023
2 parents 1b16642 + 34a35e1 commit 3715943
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { FC } from "react";
import { useTranslation } from "react-i18next";
import landingVideoPosterSrc from "@/shared/assets/images/landing-video-poster.jpg";
import landingVideoPosterSrc from "@/shared/assets/images/landing-video-poster.jpeg";
import landingVideoSrc from "@/shared/assets/videos/landing-video.mp4";
import { useIsBigPhoneView } from "@/shared/hooks/viewport";
import { Button, ButtonVariant } from "@/shared/ui-kit";
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/shared/assets/images/landing-video-poster.jpg
Binary file not shown.

0 comments on commit 3715943

Please sign in to comment.