Skip to content

Commit

Permalink
Merge pull request #5032 from vishalvivekm/update-banner-video
Browse files Browse the repository at this point in the history
update-banner-video
  • Loading branch information
leecalcote authored Oct 17, 2023
2 parents ce5a808 + 939b469 commit 114462f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sections/Home/Banner-4/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import VintageBox from "../../../reusecore/VintageBox";
import BGImg from "../../../components/BGImage";
import ReactPlayer from "react-player/youtube";
import mesheryPlayground from "./meshery-playground-meshmap.png";
import videoThumbnail from "./meshery-infrastructure-as-diagram.webp";

import { FaMapMarkedAlt } from "@react-icons/all-files/fa/FaMapMarkedAlt";
import { BsArrowUpRight } from "@react-icons/all-files/bs/BsArrowUpRight";
Expand Down Expand Up @@ -76,10 +77,10 @@ const Banner1 = (props) => {
{hasMounted && window.innerWidth > 760 && (
<Col sm={4} lg={6} className="section-title-wrapper video-col">
<ReactPlayer
url="https://youtu.be/Do7htKrRzDA"
url="https://youtu.be/034nVaQUyME?si=Yya8m6i7JUoSdZm4"
playing
controls
light={mesheryPlayground}
light={videoThumbnail}
playIcon={
<img
src={playIcon}
Expand Down
Binary file not shown.

0 comments on commit 114462f

Please sign in to comment.