@@ -109,7 +115,7 @@ const Header = () => {
-
+
) : (
로그인
@@ -172,4 +178,4 @@ const Header = () => {
);
};
-export default React.memo(Header);
+export default Header;
diff --git a/src/components/inputDropdown/inputRole/InputRole.tsx b/src/components/inputDropdown/inputRole/InputRole.tsx
index 57ff587a..e1696b18 100644
--- a/src/components/inputDropdown/inputRole/InputRole.tsx
+++ b/src/components/inputDropdown/inputRole/InputRole.tsx
@@ -32,7 +32,7 @@ const InputRole = ({ id, role, count, skill, onDelete }: InputRole) => {
);
diff --git a/src/components/inputDropdown/inputRole/InputRoleForm.tsx b/src/components/inputDropdown/inputRole/InputRoleForm.tsx
index 3de69ade..3cc1c497 100644
--- a/src/components/inputDropdown/inputRole/InputRoleForm.tsx
+++ b/src/components/inputDropdown/inputRole/InputRoleForm.tsx
@@ -412,7 +412,7 @@ const InputRoleForm = (props: InputRoleObj) => {
{isValid.isRoleSubmitted && !isValidBeforeSubmit.role.valid && (
{isValidBeforeSubmit.role.message}
)}
-
+
{
onClick={event => deleteTagHandler(event, tagItem.id)}
className='btn-delete__tag'
>
-
+
);
@@ -459,7 +459,7 @@ const InputRoleForm = (props: InputRoleObj) => {
onClick={event => deleteTagHandler(event, tagItem.id)}
className='btn-delete__tag'
>
-
+
);
@@ -513,7 +513,7 @@ const InputRoleForm = (props: InputRoleObj) => {
onClick={event => deleteTagHandler(event, tagItem.id)}
className='btn-delete__tag'
>
-
+
);
@@ -528,7 +528,7 @@ const InputRoleForm = (props: InputRoleObj) => {
onClick={event => deleteTagHandler(event, skill.id)}
className='btn-delete__tag'
>
-
+
);
@@ -539,11 +539,11 @@ const InputRoleForm = (props: InputRoleObj) => {
)}
-
+
diff --git a/src/components/meeteam/card/RecruitCard.tsx b/src/components/meeteam/card/RecruitCard.tsx
index ffaa8099..13cf2a80 100644
--- a/src/components/meeteam/card/RecruitCard.tsx
+++ b/src/components/meeteam/card/RecruitCard.tsx
@@ -77,7 +77,7 @@ const RecruitCard = ({
{category}
-
+
{title}
@@ -97,4 +97,4 @@ const RecruitCard = ({
);
};
-export default React.memo(RecruitCard);
+export default RecruitCard;
diff --git a/src/components/recruit/applicants/ApplicantCard.tsx b/src/components/recruit/applicants/ApplicantCard.tsx
index 3c8c71cc..f164155d 100644
--- a/src/components/recruit/applicants/ApplicantCard.tsx
+++ b/src/components/recruit/applicants/ApplicantCard.tsx
@@ -55,22 +55,22 @@ const ApplicantCard = ({
{!isOpen && (
<>
-
+
{name}
-
+
{universityName}
-
+
{score !== 0 ? score : '-'}
>
)}
{!isOpen ? '더보기' : '접기'}
-
+
diff --git a/src/components/recruit/applicants/toast/Toast.tsx b/src/components/recruit/applicants/toast/Toast.tsx
index 33ffe614..ee2de37d 100644
--- a/src/components/recruit/applicants/toast/Toast.tsx
+++ b/src/components/recruit/applicants/toast/Toast.tsx
@@ -26,7 +26,7 @@ const Toast = ({ message }: ToastInfo) => {
return (
-
+
{message}
);
diff --git a/src/components/recruit/create/recruitRoles/RecruitRolesForm.tsx b/src/components/recruit/create/recruitRoles/RecruitRolesForm.tsx
index f051f4fc..26e4107b 100644
--- a/src/components/recruit/create/recruitRoles/RecruitRolesForm.tsx
+++ b/src/components/recruit/create/recruitRoles/RecruitRolesForm.tsx
@@ -133,7 +133,7 @@ const RecruitRoleForm = ({ applicantsList, applicantsListData }: RecruitRoleForm
))}
-
+
diff --git a/src/components/recruit/recruitBoard/banner/MainBanner.styled.ts b/src/components/recruit/recruitBoard/banner/MainBanner.styled.ts
index 9f2ff7bd..fa4d5187 100644
--- a/src/components/recruit/recruitBoard/banner/MainBanner.styled.ts
+++ b/src/components/recruit/recruitBoard/banner/MainBanner.styled.ts
@@ -3,7 +3,7 @@ import styled from 'styled-components';
const Banner = styled.section`
margin-top: 5rem;
width: 100%;
- height: 206px;
+ height: 200px;
flex-shrink: 0;
border-radius: 20px;
background: linear-gradient(90deg, #3f80ff 0%, #c9deff 100%);
@@ -12,6 +12,7 @@ const Banner = styled.section`
align-items: center;
padding: 0 11rem;
box-sizing: border-box;
+ font-family: Pretendard;
.container-title {
display: flex;
@@ -21,9 +22,7 @@ const Banner = styled.section`
.subtitle {
color: #fff;
- font-family: Pretendard;
font-size: 21.6px;
- font-style: normal;
font-weight: 500;
line-height: 34.8px;
letter-spacing: 0.864px;
@@ -31,21 +30,17 @@ const Banner = styled.section`
.title {
color: #fff;
- font-family: Pretendard;
font-size: 28.8px;
- font-style: normal;
font-weight: 700;
line-height: 34.8px;
letter-spacing: 1.152px;
}
img {
- width: 177px;
- height: 178px;
- flex-shrink: 0;
+ aspect-ratio: 1/1;
}
- @media (max-width: 768px) {
+ @media (max-width: 900px) {
font-size: 1rem;
padding: 0 2rem;
height: 160px;
@@ -61,9 +56,15 @@ const Banner = styled.section`
line-height: 1.6rem;
letter-spacing: 0.04rem;
}
+
+ img {
+ aspect-ratio: 1/1;
+ }
}
- @media (max-width: 431px) {
+ @media (max-width: 600px) {
+ height: 120px;
+
.title {
font-size: 1.6rem;
line-height: 2rem;
@@ -77,8 +78,7 @@ const Banner = styled.section`
}
img {
- width: 90px;
- height: 90px;
+ aspect-ratio: 1/1;
}
}
`;
diff --git a/src/components/recruit/recruitBoard/banner/MainBanner.tsx b/src/components/recruit/recruitBoard/banner/MainBanner.tsx
index 4dc89c4f..156aeb0a 100644
--- a/src/components/recruit/recruitBoard/banner/MainBanner.tsx
+++ b/src/components/recruit/recruitBoard/banner/MainBanner.tsx
@@ -1,5 +1,4 @@
import React from 'react';
-import { meeteam_banner_icon } from '../../../../assets';
import S from './MainBanner.styled';
const MainBanner = () => {
@@ -10,7 +9,13 @@ const MainBanner = () => {
밋팀으로 팀원을 만나보세요!
-
+
);
diff --git a/src/components/recruit/recruitBoard/clear/ClearConditions.tsx b/src/components/recruit/recruitBoard/clear/ClearConditions.tsx
index 2c3dbdda..6543133e 100644
--- a/src/components/recruit/recruitBoard/clear/ClearConditions.tsx
+++ b/src/components/recruit/recruitBoard/clear/ClearConditions.tsx
@@ -8,7 +8,7 @@ interface ClearConditionsProps {
const ClearConditions = ({ onClick }: ClearConditionsProps) => {
return (
-
+
초기화
);
diff --git a/src/components/recruit/recruitBoard/detailedFilter/DetailedInput.tsx b/src/components/recruit/recruitBoard/detailedFilter/DetailedInput.tsx
index 570161af..60a23c5c 100644
--- a/src/components/recruit/recruitBoard/detailedFilter/DetailedInput.tsx
+++ b/src/components/recruit/recruitBoard/detailedFilter/DetailedInput.tsx
@@ -187,7 +187,7 @@ const DetailedInput = ({ type, closeHandler }: DetailedInfo) => {
{message.intro}
-
+
{isOpenMenu && (
@@ -222,7 +222,7 @@ const DetailedInput = ({ type, closeHandler }: DetailedInfo) => {
{elem.name}
))}
@@ -231,7 +231,7 @@ const DetailedInput = ({ type, closeHandler }: DetailedInfo) => {
{elem.name}
))}
@@ -240,14 +240,14 @@ const DetailedInput = ({ type, closeHandler }: DetailedInfo) => {
{elem.name}
))}
-
+
초기화