From a0f6637c7337097678533c24f0daa115331acc2d Mon Sep 17 00:00:00 2001 From: Sleon4 Date: Sun, 15 Sep 2024 09:53:33 -0500 Subject: [PATCH] style: properties have been added for iframe component --- src/pages/components/YoutubeVideo.jsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/pages/components/YoutubeVideo.jsx b/src/pages/components/YoutubeVideo.jsx index 09a7545..e12beed 100644 --- a/src/pages/components/YoutubeVideo.jsx +++ b/src/pages/components/YoutubeVideo.jsx @@ -1,20 +1,18 @@ -import { Fragment } from "react"; +import { Ratio } from "react-bootstrap"; export default function YoutubeVideo({ title, url, ratio = "16x9" }) { return ( -