diff --git a/frontend-react/src/components/Sidebar.js b/frontend-react/src/components/Sidebar.js index 849bbe32933318757d9fa947c3b4417ea61a8485..e64bb573b6b1977140e69dcfd4d6553c3b0e59fa 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;