From 40b593eb62a9734c01bcf106bb8183980aa3095b Mon Sep 17 00:00:00 2001 From: Hyunjin <noh0605@ajou.ac.kr> Date: Sat, 15 Jul 2023 21:49:24 +0900 Subject: [PATCH] =?UTF-8?q?favorite=20=EB=AA=A9=EB=A1=9D=20=EB=82=98?= =?UTF-8?q?=ED=83=80=EB=82=98=EA=B8=B4=20=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 763bfa4..834f3f8 100644 --- a/src/App.js +++ b/src/App.js @@ -29,7 +29,7 @@ export default function App () { {currentTab == 0 && <SearchPage list = {searchResult} onSearch = {setSearchResult} likes = {likes} setLikes = {setLikes}/>} {currentTab == 1 && <Favorites align = "center" variant = "h2" likes = {likes} setLikes = {setLikes}/>} - {currentTab == 2 && <Typography align = "center" variant = "h2"> Item Three </Typography>} + {currentTab == 2 && <Typography align = "center" variant = "h2"> More Contents </Typography>} </React.Fragment> ) } \ No newline at end of file -- GitLab