Skip to content

Commit

Permalink
refactor: 지도 추가 페이지에서 이미지와 파일 추가 버튼 사이에 space 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GC-Park committed Sep 20, 2023
1 parent 53b73f8 commit adeb1c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/NewTopic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const NewTopic = () => {

<Flex>
{showImage && <ShowImage src={showImage} alt={`사진 이미지`} />}
<Space size={2} />
<ImageInputLabel htmlFor="file">파일업로드</ImageInputLabel>
<ImageInputButton
id="file"
Expand Down

0 comments on commit adeb1c3

Please sign in to comment.