Rename app to "젤리의 적자탈출"
Update the app name to "젤리의 적자탈출".
This commit is contained in:
@@ -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