Update QuickstartCarousel.tsx

This commit is contained in:
MokireddySampath 2023-09-27 19:50:18 +05:30 committed by GitHub
parent e45abde0bf
commit 5358333384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ const getContent = (page: number): JSX.Element => {
case 1:
return (
<video controls width="640" height="360" controlsList="nofullscreen nodownload ">
<source src="src\Explorer\Quickstart\Videos\Cosmos-db-turorial.mp4" type="video/mp4"></source>
<source src="src/Explorer/Quickstart/Videos/Cosmos-db-turorial.mp4" type="video/mp4"></source>
Your browser does not support the video tag.
</video>
);