Skip to content

Commit

Permalink
🚀 230410: 문구 수정, copyright추가
Browse files Browse the repository at this point in the history
### 문구 수정
* 환불 규정 관련 문구 수정
* 주소 문구 수정

### copyright추가
* copyright 관련 문구 푸터에 추가
  • Loading branch information
HTMLhead committed Apr 10, 2023
2 parents 5436c2f + 2b3ae4f commit 51cf74f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/refund/policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
templateKey: refund_policies
editDate: "2022년 5월 12일"
policies:
- reason: 과정 시작전까지
- reason: 과정 시작 전까지
standard: 기 납부한 수강료 전액 환급

- reason: 과정 진행 1/3 경과 전
Expand Down
9 changes: 7 additions & 2 deletions src/assets/static/phrases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ const DESCRIPTION = {
"실무 경험이 풍부하고 소프트웨어 교육을 잘 이해하는 마스터들이 여러분의 성장을 위해 멘토링을 지원합니다.",
PLACE:
"도로명주소: 서울특별시 강남구 강남대로62길 23 4층 | 지번: 서울특별시 강남구 역삼동 836-24 4층",
REFUND: `보다 자세한 사항은 관리자 메일 [email protected] 주소로 문의바랍니다.​\n코스 진행 이후 환불시 카드결제 수수료나 계좌이체 수수료에 대한 환불 수수료를 제외하고 환불해드립니다`,
REFUND: `보다 자세한 사항은 관리자 메일 [email protected] 주소로 문의바랍니다.`,
REFUND_POLICY_INFO: `※ 참고
• 과정 시작 당일에 환불 요청 시, 소비자원 규정에 따라 수강 기간에 포함됨을 유의해 주세요.
• 환불 금액에서 100원 단위는 절삭 후 환불 드립니다.
• 코스 진행 이후 환불시 카드결제 수수료나 계좌이체 수수료에 대한 환불 수수료를 제외하고 환불해 드립니다.`,
FRONT_CURRICULUM_LINK: "📣 마스터즈 - 웹 프론트엔드",
BACK_CURRICULUM_LINK: "📣 마스터즈 - 웹 백엔드",
IOS_CURRICULUM_LINK: "📣 마스터즈 - 모바일 iOS",
Expand Down Expand Up @@ -113,7 +117,7 @@ const LINK_DESCRIPTION = {

const MESSAGE = {
COPYRIGHT: "@2022 CodeSquad",
COMPANY_ADDRESS: "주소: 서울특별시 강남구 강남대로62길 23 4층",
COMPANY_ADDRESS: "주소: 강남구 역삼동 836-24 역삼빌딩 4층",
ADDRESS: "서울특별시 강남구 강남대로62길 23 4층",
COMPANY_CEO_NAME: "대표자: 김정",
COMPANY_EMAIL: "대표 이메일: ",
Expand All @@ -122,6 +126,7 @@ const MESSAGE = {
COMPANY_REGISTRATION_NUMBER: "사업자등록번호: 676-88-00504",
COMPANY_MAIL_ORDER_SALES_REGISTRATION_NUMBER: "통신판매신고: 제 2017-서울강남-04281호",
COMPANY_TEL_NUMBER: "전화: 070-4117-1005",
FOOTER_COPYRIGHT: "Copyright ⓒ 2023 코드스쿼드. All rights reserved",
TEL_NUMBER: "070-4117-1005",
CURRICULUM: "교육 과정",
SOCIAL_MEDIA: "미디어",
Expand Down
17 changes: 15 additions & 2 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ const Footer: React.FC = () => {
<Typography type={isDesktop ? "XSBody" : "SBody"} as={isDesktop ? "span" : "p"}>
{MESSAGE.COMPANY_REGISTRATION_NUMBER}
</Typography>
<Typography type={isDesktop ? "XSBody" : "SBody"} as={isDesktop ? "span" : "p"}>
<Typography
type={isDesktop ? "XSBody" : "SBody"}
as={isDesktop ? "span" : "p"}
style={{ paddingRight: ".5rem", paddingLeft: ".5rem" }}
>
{isDesktop && "|"}
</Typography>
<Typography type={isDesktop ? "XSBody" : "SBody"} as={isDesktop ? "span" : "p"}>
Expand All @@ -39,7 +43,11 @@ const Footer: React.FC = () => {
<Typography type={isDesktop ? "XSBody" : "SBody"} as={isDesktop ? "span" : "p"}>
{MESSAGE.COMPANY_ADDRESS}
</Typography>
<Typography type={isDesktop ? "XSBody" : "SBody"} as={isDesktop ? "span" : "p"}>
<Typography
type={isDesktop ? "XSBody" : "SBody"}
as={isDesktop ? "span" : "p"}
style={{ paddingRight: ".5rem", paddingLeft: ".5rem" }}
>
{isDesktop && "|"}
</Typography>
<Typography type={isDesktop ? "XSBody" : "SBody"} as={isDesktop ? "span" : "p"}>
Expand All @@ -59,6 +67,11 @@ const Footer: React.FC = () => {
{MESSAGE.COMPANY_EMAIL_ADDRESS}
</ExternalLink>
</div>
<div>
<Typography type={isDesktop ? "XSBody" : "SBody"} as="span">
{MESSAGE.FOOTER_COPYRIGHT}
</Typography>
</div>
</div>
<InternalLink $bold to={INTERNAL.REFUND_POLICY}>
{LINK.REFUND_POLICY}
Expand Down
6 changes: 6 additions & 0 deletions src/pageComponents/refund/RefundPolicy/RefundPolicy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ const RefundPolicy: React.FC = () => {
</tbody>
</RefundPolicyTable>
</RefundPolicyTableWrapper>
<Typography
type="MBody"
style={{ width: "fit-content", paddingTop: "3rem", paddingBottom: "3rem" }}
>
{DESCRIPTION.REFUND_POLICY_INFO}
</Typography>
<Typography type="MBody" style={{ width: "fit-content", paddingBottom: "0.4rem" }}>
{DESCRIPTION.REFUND}
</Typography>
Expand Down

0 comments on commit 51cf74f

Please sign in to comment.