Skip to content

Commit

Permalink
Merge pull request #205 from Team-Lecue/hotfix/jungwoo
Browse files Browse the repository at this point in the history
Hotfix/jUX라이팅 수정
  • Loading branch information
jungwoo3490 authored Jan 19, 2024
2 parents 95eec1e + 85dce46 commit 07053fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const SmallLecueNoteNickName = styled.p`

export const SmallLecueNoteContentWrapper = styled.div`
display: flex;
justify-content: center;
align-items: center;
height: 10rem;
Expand Down
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 07053fb

Please sign in to comment.