Rename app to "젤리의 적자탈출"

Update the app name to "젤리의 적자탈출".
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 01:57:47 +00:00
parent 2cccd7a32e
commit c1e698090f
5 changed files with 6 additions and 6 deletions

View File

@@ -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',

View File

@@ -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" />

View File

@@ -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">

View File

@@ -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>

View File

@@ -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>