diff --git a/src/App.jsx b/src/App.jsx index 766ea09..354a545 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -3466,7 +3466,7 @@ const deleteProject = (id) => { disabled={allChunks.length === 0} className="rounded-md bg-violet-500 px-4 py-2 text-sm font-medium text-white shadow-sm transition hover:bg-violet-400 disabled:cursor-not-allowed disabled:bg-slate-500" > - Prepare for Claude + Prepare for Claude
)} {!adminLoading && !adminError && adminTab === 'projects' && (
- +
+
@@ -3975,6 +3978,7 @@ const deleteProject = (id) => { ))}
Title
+
)} @@ -4326,30 +4330,31 @@ const deleteProject = (id) => { return (
-
+

Bible Study Project

-

My Studies

+

My Studies

-
+
@@ -4357,7 +4362,7 @@ const deleteProject = (id) => {
-
+
{autoRestoredCount !== null && (

@@ -5157,7 +5162,7 @@ const deleteProject = (id) => {

-
+
{/* Project setup form — shown when no project loaded yet */} {!project && (
@@ -5486,10 +5491,10 @@ const deleteProject = (id) => {
-
-
+
+
{/* Sidebar */} -