diff --git a/frontend/src/config/apps.ts b/frontend/src/config/apps.ts index 8f2f9d4..e265d84 100644 --- a/frontend/src/config/apps.ts +++ b/frontend/src/config/apps.ts @@ -158,7 +158,7 @@ export const PHONE_APPS: PhoneAppDefinition[] = [ route: '/apps/map', }, { - category: 'utilities', + category: 'social', component: markRaw( defineAsyncComponent(() => import('@/views/apps/BankingApp.vue')), ),