diff --git a/src/Explorer/Quickstart/QuickstartCarousel.tsx b/src/Explorer/Quickstart/QuickstartCarousel.tsx index 28ba3b353..ce8c7b2a2 100644 --- a/src/Explorer/Quickstart/QuickstartCarousel.tsx +++ b/src/Explorer/Quickstart/QuickstartCarousel.tsx @@ -4,7 +4,6 @@ import { traceSuccess } from "Shared/Telemetry/TelemetryProcessor"; import { userContext } from "UserContext"; import { useCarousel } from "hooks/useCarousel"; import React, { useState } from "react"; -import Youtube from "react-youtube"; import Image1 from "../../../images/CarouselImage1.svg"; import Image2 from "../../../images/CarouselImage2.svg"; @@ -79,7 +78,15 @@ const getHeaderText = (page: number): string => { const getContent = (page: number): JSX.Element => { switch (page) { case 1: - return traceSuccess(Action.PlayCarouselVideo)} />; + return ( + + ); case 2: return ; case 3: diff --git a/src/Explorer/Quickstart/Videos/MAS4.1.2-Screen Reader announces incorrect name as 'F' for full-screen button present in 'YouTube' video. (4).mp4 b/src/Explorer/Quickstart/Videos/MAS4.1.2-Screen Reader announces incorrect name as 'F' for full-screen button present in 'YouTube' video. (4).mp4 new file mode 100644 index 000000000..e929e4724 Binary files /dev/null and b/src/Explorer/Quickstart/Videos/MAS4.1.2-Screen Reader announces incorrect name as 'F' for full-screen button present in 'YouTube' video. (4).mp4 differ