Skip to content

Commit

Permalink
Update intro4.jsx
Browse files Browse the repository at this point in the history
Video file update
  • Loading branch information
sanukhandev authored Jun 3, 2024
1 parent 19dcdc0 commit 0265ff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Intro4/intro4.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ const Intro4 = ({ sliderRef, blackStar }) => {
src={
"https://res.cloudinary.com/dgwddohoe/video/upload/v1717191605/logo_reveal_zon4nu.mp4"
}
autoPlay={true}
muted={true}
autoPlay
muted
playsInline
/>
</div>
<div className="App"></div>
<Particles
id="particles-js"
options={blackStar ? particlesBlackConfig : particlesConfig}
/>

<div className="gradient-circle"></div>
<div className="gradient-circle two"></div>
<div className="line bottom left"></div>
Expand Down

0 comments on commit 0265ff3

Please sign in to comment.