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 -