diff --git a/public/images/cross.png b/public/images/cross.png new file mode 100644 index 0000000..c98a9f7 Binary files /dev/null and b/public/images/cross.png differ diff --git a/public/images/tick.png b/public/images/tick.png new file mode 100644 index 0000000..de6b6f1 Binary files /dev/null and b/public/images/tick.png differ diff --git a/src/App.js b/src/App.js index 2197ee3..1b536ea 100644 --- a/src/App.js +++ b/src/App.js @@ -1,6 +1,7 @@ import React from 'react'; import { BrowserRouter, Route, Routes } from "react-router-dom"; import Compare from './views/Compare'; +import Favourites from './views/Favourites/favourites'; import Pokedex from "./views/Pokedex"; function App() { @@ -9,6 +10,7 @@ function App() { } /> } /> + }/> ); diff --git a/src/components/Navbar/navbar.jsx b/src/components/Navbar/navbar.jsx index db4a17a..cec2b7e 100644 --- a/src/components/Navbar/navbar.jsx +++ b/src/components/Navbar/navbar.jsx @@ -8,12 +8,13 @@ function NavbarComponent() { -