diff --git a/.hintrc b/.hintrc new file mode 100644 index 0000000..798957b --- /dev/null +++ b/.hintrc @@ -0,0 +1,8 @@ +{ + "extends": [ + "development" + ], + "hints": { + "apple-touch-icons": "off" + } +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 5346f26..0ef5cf0 100644 --- a/public/index.html +++ b/public/index.html @@ -52,10 +52,7 @@ name="Nicole Martin | Software Developer" content="Website for Software Developer Nicole Martin" /> - + Nicole Martin | Software Developer diff --git a/src/App.js b/src/App.js index 4f3d5dc..7db2bd5 100644 --- a/src/App.js +++ b/src/App.js @@ -34,13 +34,16 @@ function App() { }); // Dark Mode! + const toggleTheme = useThemeStore((state) => state.toggleTheme); useTheme(); + const theme = useThemeStore((state) => state.theme); + return (
-