From fd252bad176819c107068cb20cf0d06fb82bc567 Mon Sep 17 00:00:00 2001 From: ocahs9 Date: Sun, 24 Nov 2024 20:37:20 +0900 Subject: [PATCH] =?UTF-8?q?cicd=ED=85=8C=EC=8A=A4=ED=8A=B8=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home.jsx | 1 - src/pages/Intro.jsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index c40c580..3ea233f 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -25,7 +25,6 @@ const Content = styled.div` `; function Home() { - alert("환영합니다!"); const { diaries, setDiaries } = useDiary(); useEffect(() => { diff --git a/src/pages/Intro.jsx b/src/pages/Intro.jsx index b9a212d..7bf22d6 100644 --- a/src/pages/Intro.jsx +++ b/src/pages/Intro.jsx @@ -97,6 +97,7 @@ const cards = [ ]; const Intro = () => { + alert("환영합니다!"); const [currentCard, setCurrentCard] = useState(0); const navigate = useNavigate();