From 5b2c57939f3fb06fcc9b7bdc94ee5f9d6442b462 Mon Sep 17 00:00:00 2001 From: Tory <88531407+1two13@users.noreply.github.com> Date: Wed, 28 Jun 2023 15:42:48 +0900 Subject: [PATCH 1/3] =?UTF-8?q?style:=20class=20=3D>=20className=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/MyProfile.jsx | 12 ++++++------ src/components/common/SearchedOutput.jsx | 12 ++++++------ src/components/common/SearchedOutputLists.jsx | 2 +- src/components/common/navBar/SearchBar.jsx | 4 ++-- src/components/myPage/MyPageCategory.jsx | 4 ++-- src/components/permissionPage/OptionalPermission.jsx | 10 +++++----- .../registerLocationPage/NearLoacation.jsx | 2 +- src/components/writingPage/Input.jsx | 4 ++-- src/pages/CategoryPage.jsx | 2 +- src/pages/RegisterLocationPage.jsx | 6 +++--- src/pages/SearchPage.jsx | 8 ++++---- 11 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/components/common/MyProfile.jsx b/src/components/common/MyProfile.jsx index e8ac77d..a1c6238 100644 --- a/src/components/common/MyProfile.jsx +++ b/src/components/common/MyProfile.jsx @@ -2,14 +2,14 @@ import React from 'react'; function MyProfile({ cameraSvg = '', writingSvg }) { return ( -
- +
+ -
-
-
{'우리동네'}
+
+
+
{'우리동네'}
- +
); diff --git a/src/components/common/SearchedOutput.jsx b/src/components/common/SearchedOutput.jsx index 7bc2dff..a103f60 100644 --- a/src/components/common/SearchedOutput.jsx +++ b/src/components/common/SearchedOutput.jsx @@ -4,14 +4,14 @@ import { BEFORE, TEMPORARY_SRC, WON } from '../../static/constants'; // TODO: 하드코딩되어 있는 값들 모두 수정 필요 function SearchedOutput() { return ( -
- {'searchedImage'} -
+
+ {'searchedImage'} +
-
{'프로틴 바/ 다크 초코씨솔트&카라멜넛, 마이프로틴 바'}
-
{`${'서울시 서초구 서초대로'} | ${'20분'} ${BEFORE}`}
+
{'프로틴 바/ 다크 초코씨솔트&카라멜넛, 마이프로틴 바'}
+
{`${'서울시 서초구 서초대로'} | ${'20분'} ${BEFORE}`}
-
{`${'20,000'}${WON}`}
+
{`${'20,000'}${WON}`}
); diff --git a/src/components/common/SearchedOutputLists.jsx b/src/components/common/SearchedOutputLists.jsx index 27761de..6ff0a21 100644 --- a/src/components/common/SearchedOutputLists.jsx +++ b/src/components/common/SearchedOutputLists.jsx @@ -3,7 +3,7 @@ import SearchedOutput from './SearchedOutput'; function SearchedOutputList() { return ( -
+
diff --git a/src/components/common/navBar/SearchBar.jsx b/src/components/common/navBar/SearchBar.jsx index 64d2952..87afd0d 100644 --- a/src/components/common/navBar/SearchBar.jsx +++ b/src/components/common/navBar/SearchBar.jsx @@ -5,11 +5,11 @@ function SearchBar({ placeholder }) { const moveToPermissionPage = () => {}; return ( -
+
); diff --git a/src/components/myPage/MyPageCategory.jsx b/src/components/myPage/MyPageCategory.jsx index c1fb1a5..59772f4 100644 --- a/src/components/myPage/MyPageCategory.jsx +++ b/src/components/myPage/MyPageCategory.jsx @@ -7,8 +7,8 @@ const Button = styled.button` function MyPageCategory({ name, color }) { return ( -
-
+
+
{/* myPageCategory */}
+
+
+ +
+ {imageUrl ? ( +
- + + ) : ( + '' + )}
- {/* TODO: X 버튼 클릭했을 때 사진 제거 */} - - - -
- + + + +
+ -
-
{MAXIMUM_PEOPLE}
-
- -
{count}
-
-