diff --git a/src/App.tsx b/src/App.tsx
index 2e07bfb..238fd54 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -151,7 +151,9 @@ function App() {
return (
-
{WORDLE_TITLE}
+
+ {WORDLE_TITLE}
+
handleDarkMode(!isDarkMode)}
diff --git a/tailwind.config.js b/tailwind.config.js
index 400a2aa..df98a4b 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,7 +1,7 @@
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
darkMode: 'class',
- theme: {
+ theme: {
extend: {},
},
plugins: [],