summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/HomePage.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 8797c29..4feb8c8 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -22,7 +22,6 @@ const HomePage = () => {
const [options, setOptions] = useState<string[]>([]);
const [wpm, setWpm] = useState(20);
const [showHints, setShowHints] = useState(false);
- const [showHowToPlay, setShowHowToPlay] = useState(false);
const [selectedOption, setSelectedOption] = useState<string | null>(null);
const [_correctAnswers, setCorrectAnswers] = useState<string[]>([]);
const [_incorrectAnswers, setIncorrectAnswers] = useState<string[]>([]);
@@ -255,8 +254,6 @@ const HomePage = () => {
</div>
</div>
-
-
<div className="feature-grid">
<div className="feature-item">
<div className="feature-icon">🎮</div>