Skip to content

Commit

Permalink
fix/UX라이팅 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Jan 19, 2024
1 parent f596464 commit 85dce46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SelectBook/components/MakeLecueBookButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function MakeLecueBookButton({ isActive, onClick }: MakeLecueBookButtonProps) {
return (
<S.MakeLecueBookButtonWrapper>
<Button variant="choose" disabled={!isActive} onClick={onClick}>
레큐북 만들기
다음
</Button>
</S.MakeLecueBookButtonWrapper>
);
Expand Down
2 changes: 1 addition & 1 deletion src/SelectBook/page/SelectBookPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function SelectBookPage() {

return (
<S.SelectBookPageWrapper>
<Header headerTitle="레큐북 만들기" />
<Header headerTitle="요금 선택" />
<S.SelectBookPageBodyWrapper>
<S.SelectBookContainer isClickedSelectButton={isClickedSelectButton}>
{isClickedSelectButton ? (
Expand Down
2 changes: 2 additions & 0 deletions src/Target/page/TargetPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function TargetPage() {
};
}

sessionStorage.setItem('name', name);

navigate('/select-book', {
state: { presignedFileName: presignedFileName, name: name },
});
Expand Down

0 comments on commit 85dce46

Please sign in to comment.