Skip to content

Commit

Permalink
refactor: 홈 화면 컨테이너 위치 및 명 변경 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 authored Aug 18, 2023
1 parent 5d8aaf6 commit 8ad1d12
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,21 @@ const Home = () => {
setTopicsFromServer={topicsFetchingFromServer}
/>
<Space size={9} />
<TopicListContainer
containerTitle="내 주변일 지도?"
containerDescription="내 주변에 있는 지도를 확인해보세요."
routeWhenSeeAll={goToNearByMeTopics}
topics={nearTopics}
setTopicsFromServer={topicsFetchingFromServer}
/>
<Space size={9} />
<TopicListContainer
containerTitle="새로울 지도?"
containerDescription="방금 새로운 핀이 추가된 지도를 확인해보세요."
routeWhenSeeAll={goToLatestTopics}
topics={newestTopics}
setTopicsFromServer={topicsFetchingFromServer}
/>
<Space size={9} />
<TopicListContainer
containerTitle="모두일 지도?"
containerDescription="괜찮을지도의 모든 지도를 확인해보세요."
routeWhenSeeAll={goToNearByMeTopics}
topics={nearTopics}
setTopicsFromServer={topicsFetchingFromServer}
/>
<Space size={5} />
</Wrapper>
</>
Expand Down

0 comments on commit 8ad1d12

Please sign in to comment.