Skip to content

Commit

Permalink
feat(front): change result subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Sep 2, 2023
1 parent 2d4cafa commit 6c86fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/pages/ai_maker/ResultPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const ResultPage = () => {
for you!
</>
}
subtitle={''}
subtitle={'4가지 이미지 중 하나를 선택해주세요'}
/>
{report && (
<>
Expand Down Expand Up @@ -77,7 +77,7 @@ const containerStyle = css({
pb: '40px',
});

const imageContainerStyle = css({display: 'flex', gap: '10px', justifyContent: 'center'});
const imageContainerStyle = css({display: 'flex', gap: '10px', justifyContent: 'center', p: '0 40px'});

const imageWrapperStyle = css({
position: 'relative',
Expand Down

0 comments on commit 6c86fdc

Please sign in to comment.