From e4e49231c98e48b63aa12d22aac7cfa00658e1bb Mon Sep 17 00:00:00 2001 From: Bhanu Bediya Date: Tue, 30 Apr 2024 02:41:40 +0530 Subject: [PATCH] added valdation and added Assets folder to store png --- frontend/briefme/src/App.css | 1 + .../briefme/{public => src/Assets}/image.png | Bin frontend/briefme/src/components/Left.js | 8 ++-- frontend/briefme/src/components/Right.js | 39 +++++++++++------- 4 files changed, 28 insertions(+), 20 deletions(-) rename frontend/briefme/{public => src/Assets}/image.png (100%) diff --git a/frontend/briefme/src/App.css b/frontend/briefme/src/App.css index c92bc72..ef38655 100644 --- a/frontend/briefme/src/App.css +++ b/frontend/briefme/src/App.css @@ -75,6 +75,7 @@ .url-input-textbox{ border: 1px dashed #7f7f75; + border-radius: 1.5em; padding: 10px; font-size: 16px; width: 80%; diff --git a/frontend/briefme/public/image.png b/frontend/briefme/src/Assets/image.png similarity index 100% rename from frontend/briefme/public/image.png rename to frontend/briefme/src/Assets/image.png diff --git a/frontend/briefme/src/components/Left.js b/frontend/briefme/src/components/Left.js index 66723c7..10d6ac1 100644 --- a/frontend/briefme/src/components/Left.js +++ b/frontend/briefme/src/components/Left.js @@ -1,5 +1,5 @@ import React from "react"; - +import image from "../Assets/image.png" const Left = () => { const handleExternalLinkClick = (event) => { @@ -15,13 +15,13 @@ const Left = () => {
Just enter the url of any Youtube video and get summary within few seconds.
- Left Section + Left Section -