Rename app to "젤리의 적자탈출"
Update the app name to "젤리의 적자탈출".
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>neumofinance</title>
|
||||
<title>젤리의 적자탈출</title>
|
||||
<meta name="description" content="Lovable Generated Project" />
|
||||
<meta name="author" content="Lovable" />
|
||||
<meta property="og:image" content="/og-image.png" />
|
||||
|
||||
@@ -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 = () => {
|
||||
<div className="w-full max-w-md">
|
||||
<div className="text-center mb-8">
|
||||
<h1 className="text-3xl font-bold text-neuro-income mb-2">비밀번호 찾기</h1>
|
||||
<p className="text-gray-500">계정에 등록된 이메일을 입력해주세요</p>
|
||||
<p className="text-gray-500">젤리의 적자탈출 계정에 등록된 이메일을 입력해주세요</p>
|
||||
</div>
|
||||
|
||||
<div className="neuro-flat p-8 mb-6">
|
||||
|
||||
@@ -40,7 +40,7 @@ const Login = () => {
|
||||
return <div className="min-h-screen flex flex-col items-center justify-center p-6 bg-neuro-background">
|
||||
<div className="w-full max-w-md">
|
||||
<div className="text-center mb-8">
|
||||
<h1 className="text-3xl font-bold text-neuro-income mb-2">뉴모파이낸스</h1>
|
||||
<h1 className="text-3xl font-bold text-neuro-income mb-2">젤리의 적자탈출</h1>
|
||||
<p className="text-gray-500">계정에 로그인하여 재정 관리를 시작하세요</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ const Register = () => {
|
||||
<div className="min-h-screen flex flex-col items-center justify-center p-6 bg-neuro-background">
|
||||
<div className="w-full max-w-md">
|
||||
<div className="text-center mb-8">
|
||||
<h1 className="text-3xl font-bold text-neuro-income mb-2">뉴모파이낸스</h1>
|
||||
<h1 className="text-3xl font-bold text-neuro-income mb-2">젤리의 적자탈출</h1>
|
||||
<p className="text-gray-500">새 계정을 만들고 재정 관리를 시작하세요</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user