+
+ {selectedLanguage} 미션을 선택하셨습니다.
+
+
+ 확인을 누르시면 {profileName}님의 깃허브 아이디로 브랜치가 생성
+ 됩니다.
+
+ >
+ }
closeModal={closeConfirmModal}
handleClickConfirmButton={handleClickStartButton}
/>
@@ -315,8 +323,8 @@ const S = {
margin: 0 auto;
@media (max-width: 768px) {
- width: 350px;
- height: 123px;
+ width: 320px;
+ height: 112px;
}
`,
@@ -395,6 +403,10 @@ const S = {
font-size: 12px;
}
`,
+
+ highlightSpan: styled.span`
+ font-weight: 700;
+ `,
};
export default NoticePage;
diff --git a/frontend/src/pages/RunnerPostDetailPage.tsx b/frontend/src/pages/RunnerPostDetailPage.tsx
index d42227725..ca8926db3 100644
--- a/frontend/src/pages/RunnerPostDetailPage.tsx
+++ b/frontend/src/pages/RunnerPostDetailPage.tsx
@@ -196,7 +196,7 @@ const RunnerPostPage = () => {