From 72342d764a39bb39558e0d7737dc264ecad7d088 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 18 Oct 2024 16:49:26 +0530 Subject: [PATCH] feat: set width 900, height 500 --- src/components/organisms/BrowserContent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/organisms/BrowserContent.tsx b/src/components/organisms/BrowserContent.tsx index 18fbce19..f1d59d8a 100644 --- a/src/components/organisms/BrowserContent.tsx +++ b/src/components/organisms/BrowserContent.tsx @@ -115,7 +115,7 @@ export const BrowserContent = () => { }, []) return ( - <> +
{ handleUrlChanged={handleUrlChanged} /> - +
); }