diff --git a/public/index.html b/public/index.html
index 7886fcb..1e8bd2d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -31,6 +31,13 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
p5.js Showcase
+
diff --git a/src/App.js b/src/App.js
index 3630f0a..1adb826 100644
--- a/src/App.js
+++ b/src/App.js
@@ -7,6 +7,7 @@ import { Switch, Route, Link, HashRouter } from "react-router-dom";
import Gallery from "./global_components/Gallery.js";
import About from "./global_components/About.js";
import FilterButton from "./global_components/FilterButton";
+import DarkModeToggle from './global_components/DarkModeToggle';
import Showcase2020 from "./showcase_2020/Showcase2020";
import GalleryNineteen from "./showcase_2020/GalleryNineteen.js";
@@ -70,6 +71,7 @@ export default function App() {
+
@@ -116,6 +118,7 @@ export default function App() {
+
@@ -151,6 +154,7 @@ export default function App() {
+