From c2b2273a6bdadf0f4aaab93e11a0966f326c6c5f Mon Sep 17 00:00:00 2001 From: Jeongjin Oh Date: Mon, 2 Dec 2024 01:32:41 +0900 Subject: [PATCH] fix style --- constants/contentsText/GuideContents.tsx | 85 ++++++----------------- pageTemplates/home/HomeInitialSetting.tsx | 47 +------------ 2 files changed, 22 insertions(+), 110 deletions(-) diff --git a/constants/contentsText/GuideContents.tsx b/constants/contentsText/GuideContents.tsx index af48b749..6970550e 100644 --- a/constants/contentsText/GuideContents.tsx +++ b/constants/contentsText/GuideContents.tsx @@ -11,20 +11,12 @@ const Content = styled.div` color: var(--gray-2); `; -function BackButton() { - return ( - - ); +function BackButton({ children }: PropsWithChildren) { + return ; } function NextButton({ children }: PropsWithChildren) { - return ( - - ); + return ; } export const STEPS_CONTENTS: Step[] = [ @@ -35,7 +27,6 @@ export const STEPS_CONTENTS: Step[] = [ title: 웹사이트 이용 가이드, locale: { skip: "나중에", - back: "뒤로", close: "닫기", next: 보여주세요!, @@ -48,9 +39,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: 매일 출석체크, 알림 페이지가 있어요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='about_header']", @@ -59,9 +48,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: 스터디 랭킹을 확인할 수 있어요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='랭킹']", @@ -74,9 +61,7 @@ export const STEPS_CONTENTS: Step[] = [ ), locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='스토어']", @@ -85,9 +70,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: 동아리 공식 행사, 이벤트를 확인해보세요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='캘린더']", @@ -96,9 +79,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: 익명 게시판에서 관심있는 주제로 동아리원과 소통해보세요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='게시판']", @@ -107,9 +88,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: About 공식 디스코드 채널에 가입할 수 있어요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='디스코드']", @@ -119,9 +98,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: 동아리원들과의 번개 모임에 참여할 수 있어요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='gather-section']", @@ -131,9 +108,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: 동아리 모임 관련 리뷰를 확인할 수 있어요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='lounge-section']", @@ -143,9 +118,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: 동아리에서 열리는 오프라인 모임에 참여해보세요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='offline-group-section']", @@ -154,9 +127,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: 오프라인 모임 외 온라인 모임에 참여할 수 있어요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='online-group-section']", @@ -165,9 +136,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: 최근에 열린 소모임 활동에 참여해보세요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='new-group-section']", @@ -176,9 +145,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: 곧 열릴 소모임 활동을 확인해보세요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='opened-group-section']", @@ -188,9 +155,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: About 메인 홈으로 이동할 수 있어요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='홈']", @@ -199,9 +164,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: 원하는 장소와 시간에서 함께 스터디 활동을 신청해요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='스터디']", @@ -210,9 +173,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: About 메인 홈으로 이동할 수 있어요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='소셜링']", @@ -221,9 +182,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: About 메인 홈으로 이동할 수 있어요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='소모임']", @@ -232,9 +191,7 @@ export const STEPS_CONTENTS: Step[] = [ { content: About 메인 홈으로 이동할 수 있어요!, locale: { - back: , - - close: "닫기", + back: 뒤로, next: 다음, }, target: "[data-joyride-step='내 정보']", @@ -253,7 +210,7 @@ export const STEPS_CONTENTS: Step[] = [ }, locale: { - back: null, + back: 뒤로, skip: null, last: 확인, }, diff --git a/pageTemplates/home/HomeInitialSetting.tsx b/pageTemplates/home/HomeInitialSetting.tsx index c594ebc4..5336abf5 100644 --- a/pageTemplates/home/HomeInitialSetting.tsx +++ b/pageTemplates/home/HomeInitialSetting.tsx @@ -120,7 +120,6 @@ function HomeInitialSetting() { <> {userInfo && !isGuest && } {isGuestModal && } - div:nth-child(2){ - margin-top:auto !important; - display:flex !important; - align-items:flex-end !important; - >div:first-child{ - >button{ - font-size:16px !important; - } - - } - >button{ - margin-left:var(--gap-2) !important; - padding:0 !important; - background-color:inherit !important; - :focus{ - outline:none; - } - >div{ - font-size:15px; - padding:4px 16px; - } - } - } - } - .react-joyride__beacon { - >span:first-child{ - background-color:var(--color-mint) !important; - - } - >span:last-child{ - border-color:var(--color-mint) !important; - background-color:var(--color-mint-light) !important; - - } - - } -`; - export default HomeInitialSetting;