diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx index ab0d629d..a6ec56c4 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx @@ -73,34 +73,34 @@ export default function CodeTab() { {/* ── Left rail ── */}
{showLoading && ( - -
- Loading… -
-
+
+ Loading codebase… +
)} {error && !showLoading && ( - -
- {error} -
-
+
+ {error} +
)} {anatomy && (