From 9a78e2a65f17156f991f115f85f661a77612989c Mon Sep 17 00:00:00 2001 From: nmemmert Date: Tue, 26 May 2026 17:20:54 -0400 Subject: [PATCH] fixed --- .claude/launch.json | 11 +++++++++++ src/App.jsx | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .claude/launch.json diff --git a/.claude/launch.json b/.claude/launch.json new file mode 100644 index 0000000..026950b --- /dev/null +++ b/.claude/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.0.1", + "configurations": [ + { + "name": "study-app", + "runtimeExecutable": "npm", + "runtimeArgs": ["run", "dev"], + "port": 5173 + } + ] +} diff --git a/src/App.jsx b/src/App.jsx index 6f29128..6850764 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -992,7 +992,8 @@ const App = () => { Begin Studying → - + + ) : (