Skip to content

Commit b9bc002

Browse files
committed
fix: code name to ARCA
1 parent 2d13606 commit b9bc002

9 files changed

Lines changed: 7 additions & 7 deletions

File tree

669 Bytes
Loading
1.54 KB
Loading
1.04 KB
Loading
4.75 KB
Loading
1.18 KB
Loading

capacitor.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { CapacitorConfig } from '@capacitor/cli';
22

33
const config: CapacitorConfig = {
44
appId: 'ar.codize.afip',
5-
appName: 'Codize AFIP',
6-
webDir: 'dist/codize-afip',
5+
appName: 'Codize ARCA',
6+
webDir: 'dist/codize-arca',
77
bundledWebRuntime: false
88
};
99

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "codize-afip",
3-
"version": "0.0.0",
2+
"name": "codize-arca",
3+
"version": "0.0.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/app/afip/afip.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525
</div>
2626

27-
<button mat-raised-button color="primary" class="w-100" (click)="test()">TEST</button>
27+
<!--button mat-raised-button color="primary" class="w-100" (click)="test()">TEST</button-->
2828

2929
<div class="row text-center" *ngIf="loading">
3030
<mat-spinner class="mx-auto mt-2" diameter="30"></mat-spinner>

0 commit comments

Comments
 (0)