diff --git a/src/components/common/InformationItem.tsx b/src/components/common/InformationItem.tsx index a547f8ec..e7209dbb 100644 --- a/src/components/common/InformationItem.tsx +++ b/src/components/common/InformationItem.tsx @@ -29,7 +29,7 @@ const InformationItem = ({ id, category, title, image }: MyProps) => { } return ( -
+
{ />

{category}

diff --git a/src/components/common/MeetingItem.tsx b/src/components/common/MeetingItem.tsx index 73730e27..3777cce8 100644 --- a/src/components/common/MeetingItem.tsx +++ b/src/components/common/MeetingItem.tsx @@ -55,7 +55,7 @@ const MeetingItem = ({

{category}

@@ -117,6 +117,7 @@ const MeetingItem = ({
people-icon {

전체보기 @@ -64,7 +64,7 @@ const BestInformationList = () => {

전체보기 diff --git a/src/components/home/NewMeetingList.tsx b/src/components/home/NewMeetingList.tsx index c89c8363..4941ac10 100644 --- a/src/components/home/NewMeetingList.tsx +++ b/src/components/home/NewMeetingList.tsx @@ -123,7 +123,7 @@ const NewMeetingList = () => {

전체보기 @@ -134,7 +134,7 @@ const NewMeetingList = () => {

전체보기 diff --git a/src/components/informations/InformationFilterModal.tsx b/src/components/informations/InformationFilterModal.tsx index ab099783..9970adb7 100644 --- a/src/components/informations/InformationFilterModal.tsx +++ b/src/components/informations/InformationFilterModal.tsx @@ -18,11 +18,11 @@ const InformationFilterModal = ({ closeModal }: MyProps) => {

지역별

-
+
{LOCATION.map((location, index) => (
diff --git a/src/components/informations/SubCategoryList.tsx b/src/components/informations/SubCategoryList.tsx index d1157fb6..f6de15fa 100644 --- a/src/components/informations/SubCategoryList.tsx +++ b/src/components/informations/SubCategoryList.tsx @@ -17,7 +17,7 @@ const SubCategoryList = ({ category, subCategory }: MyProps) => { key={index} className={ `${subCategory === value.query ? "border-main bg-main text-white" : "text-gray1"} ` + - "rounded-full border-2 border-[#E9EBED] px-3 py-[0.375rem] text-sm font-medium hover:scale-105" + "rounded-full border-[0.0625rem] border-[#E9EBED] px-3 py-[0.375rem] text-sm font-medium hover:scale-105" } href={`/informations/${CATEGORY_TEXT[category]}?subCategory=${value.query}`} > diff --git a/src/components/informations/write/CategoryModal.tsx b/src/components/informations/write/CategoryModal.tsx index 259d892e..2443e5e4 100644 --- a/src/components/informations/write/CategoryModal.tsx +++ b/src/components/informations/write/CategoryModal.tsx @@ -38,7 +38,7 @@ const CategoryModal = ({ ? "border-main bg-main font-black text-white" : "text-gray1" } ` + - "rounded-full border-2 border-[#E9EBED] px-3 py-1 text-sm font-medium hover:scale-105" + "rounded-full border-[0.0625rem] border-[#E9EBED] px-3 py-1 text-sm font-medium hover:scale-105" } type="button" onClick={() => setCategory("맛집")} @@ -52,7 +52,7 @@ const CategoryModal = ({ ? "border-main bg-main font-black text-white" : "text-gray1" } ` + - "rounded-full border-2 border-[#E9EBED] px-3 py-1 text-sm font-medium hover:scale-105" + "rounded-full border-[0.0625rem] border-[#E9EBED] px-3 py-1 text-sm font-medium hover:scale-105" } type="button" onClick={() => setCategory("숙박")} @@ -66,7 +66,7 @@ const CategoryModal = ({ ? "border-main bg-main font-black text-white" : "text-gray1" } ` + - "rounded-full border-2 border-[#E9EBED] px-3 py-1 text-sm font-medium hover:scale-105" + "rounded-full border-[0.0625rem] border-[#E9EBED] px-3 py-1 text-sm font-medium hover:scale-105" } type="button" onClick={() => setCategory("액티비티")} @@ -79,13 +79,13 @@ const CategoryModal = ({ {subCategories.length !== 0 && (

소분류 선택

)} -
+
{subCategories.slice(1).map((value, index) => (