fix: missed some saves
Node.js CI / Lint and Test (push) Failing after 50s
Code Analysis / SonarQube (push) Failing after 1m9s

This commit is contained in:
2025-05-22 19:11:10 -07:00
parent e32063bfe3
commit e235d50112
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "vitalia-client",
"name": "lucinda-client",
"version": "0.0.0",
"scripts": {
"ng": "ng",
+1 -1
View File
@@ -14,5 +14,5 @@ import { RouterOutlet } from "@angular/router";
templateUrl: "./app.component.html",
})
export class AppComponent {
public title = "Vitalia";
public title = "Lucinda";
}