Skip to content

Commit

Permalink
fix: 모달 오타 수정, 그룹 코드 입력 뷰 뒤로가기 라우팅 애니메이션 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwoo-shin committed Nov 19, 2022
1 parent 7b01406 commit 6553451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/atoms/modals/tertiaryModal/StyledSwiper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function StyledSwiperSection({
<SwiperSlide>
<InstructionCard
headerText="이자율이란?"
bodyText={`돈을 밭기면 얼만큼 이자를\n받을 수 있는지 나타내는 말\n\n예를 들어 내가 100만원을 저금하고\n이자율이 20%라면,\n100 X 20% (0.02) = 20만원\n이자를 받을 수 있어요`}
bodyText={`돈을 맡기면 얼만큼 이자를\n받을 수 있는지 나타내는 말\n\n예를 들어 내가 100만원을 저금하고\n이자율이 20%라면,\n100 X 20% (0.02) = 20만원\n이자를 받을 수 있어요`}
currentCardIdx={currentCardIdx}
>
<ModalContentMoney />
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/Mypage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function MypageRouter({ location }: { location: Location }) {
<Route
path="/enter"
element={
<ForegroundTemplate>
<ForegroundTemplate to="/mypage">
<Enter />
</ForegroundTemplate>
}
Expand Down

0 comments on commit 6553451

Please sign in to comment.