diff --git a/src/App.css b/src/App.css index 16e6ace..adfcba9 100644 --- a/src/App.css +++ b/src/App.css @@ -35,3 +35,7 @@ li.octo img { position: relative; top: -5px; } + +.navLinkSongSim { + font-size: large; +} diff --git a/src/App.js b/src/App.js index 0af90ef..8bdb50b 100644 --- a/src/App.js +++ b/src/App.js @@ -4,7 +4,7 @@ import './App.css'; import octocat from './octocat.svg'; const LINKS = [ - {path: "/", name: "Songsim"}, + {path: "/", name: "SongSim"}, {path: "/about", name: "About"}, {path: "/gallery", name: "Gallery"} ]; @@ -19,7 +19,7 @@ class App extends Component { : this.props.location.pathname.startsWith(link.path) ; - return (
  • {link.name}
  • ); diff --git a/src/Toolbox.js b/src/Toolbox.js index 0285599..0bd2c64 100644 --- a/src/Toolbox.js +++ b/src/Toolbox.js @@ -122,7 +122,7 @@ class Toolbox extends Component { type="text" readOnly={true} value={perma} /> );