diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..1a4bb0e Binary files /dev/null and b/public/logo.png differ diff --git a/src/App.js b/src/App.js index 585af23..1ce61c1 100644 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,6 @@ import React from 'react'; import { ToastProvider } from 'react-toast-notifications'; +import Header from './Components/Header'; import Footer from './Components/Footer'; import GasStation from "./Components/GasStation"; import Map from "./Components/Map"; @@ -75,6 +76,7 @@ class Application extends React.Component { return ( +
{ + + return ( + + + DarKou.fr + + + + ); +}; + +export default Header; \ No newline at end of file