feat: rename project references from NeuralDesk to Adiuva

This commit is contained in:
Roberto Musso
2026-02-19 16:10:26 +01:00
parent f6cc8bb23a
commit 4af727f28a
6 changed files with 13 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ export function AppShell({ children }: AppShellProps) {
</div>
{!collapsed && (
<span className="font-semibold text-sm text-foreground">
NeuralDesk
Adiuva
</span>
)}
</div>

View File

@@ -25,7 +25,7 @@ function HomePage() {
</h1>
</div>
<p className="text-muted-foreground text-sm">
NeuralDesk is ready. Start building.
Adiuva is ready. Start building.
</p>
</div>
);