From 74ff0c9a3b90ea1cc16d7ed6d7331467b8de82a6 Mon Sep 17 00:00:00 2001
From: Avanish Singh <79073722+aaviix@users.noreply.github.com>
Date: Fri, 1 Dec 2023 11:14:33 +0100
Subject: [PATCH] Update Sidebar.js

---
 frontend-react/src/components/Sidebar.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/frontend-react/src/components/Sidebar.js b/frontend-react/src/components/Sidebar.js
index 849bbe3..e64bb57 100644
--- a/frontend-react/src/components/Sidebar.js
+++ b/frontend-react/src/components/Sidebar.js
@@ -27,9 +27,8 @@ const Sidebar = (props) => {
                 </button>
             </ul>
             <p id="text"> Welcome to the Recipe Bot WebPage.
-                This bot is made to help you have proper recipes for the food you would love to have.
             </p>
         </div>
     );
 };
-export default Sidebar;
\ No newline at end of file
+export default Sidebar;
-- 
GitLab