From f78d8dd9a6bd609fa2aaf55e17362be701d78940 Mon Sep 17 00:00:00 2001 From: black shadow Date: Thu, 1 Aug 2024 19:03:15 +0530 Subject: [PATCH 1/3] Custom Bot Addition --- client/index.html | 34 +++++++++++++++++++++++++++------- client/src/App.jsx | 13 +++++++------ 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/client/index.html b/client/index.html index a4fda6a..e6167c1 100644 --- a/client/index.html +++ b/client/index.html @@ -1,11 +1,29 @@ - - - - - - Job Finder | Find Dream Job + + + + + + Job Finder | Find Dream Job + @@ -13,4 +31,6 @@ - \ No newline at end of file + + + diff --git a/client/src/App.jsx b/client/src/App.jsx index ef72717..3630fc2 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -127,12 +127,13 @@ function App() { } /> { - window.scrollTo({ top: 0, left: 0, behavior: "smooth" }); - }} - /> + className="fixed bottom-24 right-4 border rounded-full p-3 bg-white shadow-lg z-50 cursor-pointer" + size={50} + onClick={() => { + window.scrollTo({ top: 0, left: 0, behavior: "smooth" }); + }} +/> + {user &&