Skip to content

Commit

Permalink
feat: remove mp4 video with the grey background
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Dec 3, 2024
1 parent 6f0b543 commit e6d7311
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Home/TextBlockIntroducingSafenet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const TextBlockIntroducingSafenet = (props: TextBlockImageProps) => (
<TextBlockImage {...props}>
<video autoPlay muted playsInline loop width="100%" poster="/images/Safenet/globe-poster.png">
<source src="/videos/Safenet/Globe.webm" type="video/webm" />
<source src="/videos/Safenet/Globe.mp4" type="video/mp4" />
<img src="/images/Safenet/globe-poster.png" alt="Safenet globe" />
</video>
</TextBlockImage>
Expand Down
1 change: 0 additions & 1 deletion src/components/Safenet/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const Hero = () => (
<Container className={css.container}>
<video autoPlay muted playsInline loop className={css.video} poster="/images/Safenet/globe-poster.png">
<source src="/videos/Safenet/Globe.webm" type="video/webm" />
<source src="/videos/Safenet/Globe.mp4" type="video/mp4" />
<img src="/images/Safenet/globe-poster.png" alt="Safenet globe" />
</video>

Expand Down

0 comments on commit e6d7311

Please sign in to comment.