diff --git a/client/package.json b/client/package.json index dc20919..2b1e732 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { - "homepage": "http://bart-kosmala.github.io/Fakers", + "homepage": "http://bart-kosmala.github.io/fakers", "name": "fakerweb", - "version": "0.1.0", + "version": "1.0.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.11.5", diff --git a/client/src/App.js b/client/src/App.js index 64f7d4d..5365b9c 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -1,20 +1,20 @@ -import React from 'react'; -import { Route, BrowserRouter as Router, Switch } from 'react-router-dom'; -import './App.css'; -import Home from './Pages/Home'; -import Info from './Pages/Info'; -import Graph from './Pages/Graph'; -import NavBarContainer from './Components/NavBarContainer'; +import React from "react"; +import { Route, BrowserRouter as Router, Switch } from "react-router-dom"; +import "./App.css"; +import Home from "./Pages/Home"; +import Info from "./Pages/Info"; +import Graph from "./Pages/Graph"; +import NavBarContainer from "./Components/NavBarContainer"; function App() { return ( -
+
- - - + + +
diff --git a/client/src/Components/NavBarContainer.js b/client/src/Components/NavBarContainer.js index fdccc21..ee345c9 100644 --- a/client/src/Components/NavBarContainer.js +++ b/client/src/Components/NavBarContainer.js @@ -35,7 +35,7 @@ const NavBarContainer = () => { > } - to={"/"} + to={"/fakers"} /> } @@ -44,11 +44,11 @@ const NavBarContainer = () => { /> } - to={"/Graph"} + to={"/graph"} /> } - to={"/Info"} + to={"/info"} />