diff --git a/capacitor.config.ts b/capacitor.config.ts index f793ad1..7b761db 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -3,7 +3,7 @@ import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'app.lovable.79bc38c3bdd04a7fb4db0ec501bdb94f', - appName: 'neumofinance', + appName: '젤리의 적자탈출', webDir: 'dist', server: { url: 'https://79bc38c3-bdd0-4a7f-b4db-0ec501bdb94f.lovableproject.com?forceHideBadge=true', diff --git a/index.html b/index.html index 87fbad9..9b69b41 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,10 @@ + - neumofinance + 젤리의 적자탈출 diff --git a/src/pages/ForgotPassword.tsx b/src/pages/ForgotPassword.tsx index 2c0b0d3..e1f54de 100644 --- a/src/pages/ForgotPassword.tsx +++ b/src/pages/ForgotPassword.tsx @@ -1,4 +1,3 @@ - import React, { useState } from "react"; import { Link } from "react-router-dom"; import { Label } from "@/components/ui/label"; @@ -44,7 +43,7 @@ const ForgotPassword = () => {

비밀번호 찾기

-

계정에 등록된 이메일을 입력해주세요

+

젤리의 적자탈출 계정에 등록된 이메일을 입력해주세요

diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index d8566a5..1f88c36 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -40,7 +40,7 @@ const Login = () => { return
-

뉴모파이낸스

+

젤리의 적자탈출

계정에 로그인하여 재정 관리를 시작하세요

diff --git a/src/pages/Register.tsx b/src/pages/Register.tsx index 755a08e..9d363b6 100644 --- a/src/pages/Register.tsx +++ b/src/pages/Register.tsx @@ -56,7 +56,7 @@ const Register = () => {
-

뉴모파이낸스

+

젤리의 적자탈출

새 계정을 만들고 재정 관리를 시작하세요