Skip to content

Commit

Permalink
[UPDATE]modified styles
Browse files Browse the repository at this point in the history
  • Loading branch information
VenuChoudhary001 committed Mar 30, 2023
1 parent 9e6482a commit 85e0661
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default function Document() {
return (
<Html lang="en">
<Head>
<link ref={"shortcut icon"} href={"/static/logo_text.svg"} />
<link
href="https://unpkg.com/[email protected]/dist/cld-video-player.min.css"
rel="stylesheet"
Expand Down
4 changes: 2 additions & 2 deletions sections/home/sec2.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
// import VideoJS from "../../components/videoJS";
// import VideoPlayer from "../../components/videoPlayer";
import VideoPlayer from "../../components/videoPlayer";

const Sec2 = () => {
const playerRef = React.useRef(null);
Expand Down Expand Up @@ -51,7 +51,7 @@ const Sec2 = () => {
</main>
</section>
<div className="relative bg-dark-600 w-full flex items-center justify-center overflow-hidden ">
{/* <VideoPlayer /> */}
<VideoPlayer />
{/* <VideoJS options={videoJsOptions} onReady={handlePlayerReady} /> */}
</div>
</>
Expand Down
5 changes: 5 additions & 0 deletions static/logo_text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 85e0661

Please sign in to comment.