diff --git a/index.html b/index.html index 9456b8b..6aba5cb 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Zest App diff --git a/public/appLogo.ico b/public/appLogo.ico new file mode 100644 index 0000000..c248279 Binary files /dev/null and b/public/appLogo.ico differ diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/App.jsx b/src/App.jsx index ee0c7df..2dbf67c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,5 +1,6 @@ import { Outlet, RouterProvider, createBrowserRouter } from 'react-router-dom'; import { HomeLayout } from './layout'; +import './index.css'; import { RecipeDetails } from './pages/recipeDetails'; import { NotFound } from './pages/notFound'; @@ -26,9 +27,9 @@ const router = createBrowserRouter([ const App = () => { return ( - + ); }; -export default App; \ No newline at end of file +export default App; diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index df709c8..63b9c10 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -6,7 +6,7 @@ const Footer = () => { const { isDarkTheme } = useGlobalContext(); return ( -