add app logo (#129)
Some checks failed
Backend Deploy / build (push) Successful in 17s
Backend Build and Test / build (push) Failing after 2m53s

closes #116

Reviewed-on: #129
This commit was merged in pull request #129.
This commit is contained in:
2025-05-28 10:19:23 +02:00
parent 720ef83c2e
commit c7236394d9
31 changed files with 13 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appName: 'allowance-planner-v2',
appName: 'Allowance Planner V2',
webDir: 'www'
};