diff --git a/src/common/YoutubeVideoEmbed.tsx b/src/common/YoutubeVideoEmbed.tsx index d9fec8c29..08c535523 100644 --- a/src/common/YoutubeVideoEmbed.tsx +++ b/src/common/YoutubeVideoEmbed.tsx @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: MIT */ -import { styled } from "styled-system/jsx"; +import { AspectRatio } from "styled-system/jsx"; export interface YoutubeVideo { alt: string; @@ -18,20 +18,20 @@ interface YoutubeVideoProps { const YoutubeVideoEmbed = ({ alt, youtubeId }: YoutubeVideoProps) => { return (
- + +