Skip to content

Commit

Permalink
feat: 캐치 후원사 제거 및 채용 문의 하단 문구 수정 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngminss authored Apr 23, 2024
2 parents fb15727 + d5e3b63 commit 57eee5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions database/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ export const SPONSOR_DATA = [
{
image: '/assets/sponsors/sponsor_ncp.png',
},
{
image: '/assets/sponsors/sponsor_catch.png',
},
{
image: '/assets/sponsors/sponsor_greeting.png',
},
Expand Down
5 changes: 2 additions & 3 deletions database/recruit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ export const RECRUIT_EXPLAIN_FLUTTER_DEVELOPER = {
/* 문의 사항 */
export const RECRUIT_ENQUIRY = {
title: '더 궁금하신 내용이 있거나<br /> 문의 사항이 있으신가요?',
description: `동아리 관련, 프로젝트, 후원 등<br class="mobile" /> 언제든지 문의해 주세요.<br/>
<span class="ps">문의는 메일 혹은 카카오톡 채널로 남겨주세요.</span><br />
<span class="ps">(페이스북 메시지, 인스타그램 DM은 받지 않습니다)</span>`,
description: `리쿠르팅 관련 문의는<br class="mobile" /> 카카오톡 채널을 이용해 주세요.<br/>
<span class="ps">(페이스북 메시지 및 인스타그램 DM은 받지 않습니다)</span>`,
buttonName: '문의 하기',
};

0 comments on commit 57eee5d

Please sign in to comment.