diff --git a/fe/src/components/common/FooterSite.jsx b/fe/src/components/common/FooterSite.jsx index 5932e79..a4ba649 100644 --- a/fe/src/components/common/FooterSite.jsx +++ b/fe/src/components/common/FooterSite.jsx @@ -6,7 +6,7 @@ const FooterSite = () => {

FAMILY SITE

- econovation.kr + econovation.kr

diff --git a/fe/src/components/common/Nav.jsx b/fe/src/components/common/Nav.jsx index 23fcc5d..6d72b47 100644 --- a/fe/src/components/common/Nav.jsx +++ b/fe/src/components/common/Nav.jsx @@ -9,11 +9,7 @@ const Nav = () => { ); diff --git a/fe/src/components/common/TitleLogo.jsx b/fe/src/components/common/TitleLogo.jsx index 072f8e5..941b484 100644 --- a/fe/src/components/common/TitleLogo.jsx +++ b/fe/src/components/common/TitleLogo.jsx @@ -3,12 +3,8 @@ import React from "react"; const TitleLogo = () => { return (
- - title-logo + + title-logo
); diff --git a/fe/src/components/login/LoginToSignup.jsx b/fe/src/components/login/LoginToSignup.jsx index 5750d50..f506c0d 100644 --- a/fe/src/components/login/LoginToSignup.jsx +++ b/fe/src/components/login/LoginToSignup.jsx @@ -5,12 +5,7 @@ const LoginToSignup = () => {

아직 회원이 아니신가요?

- - 회원가입 - + 회원가입
);