Skip to content

Commit

Permalink
feat: 후원사 관련 상수 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
YOOJS1205 committed Apr 20, 2024
1 parent cc87c87 commit 68a7aed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/constant/supports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ export type Support = {
};

export const SUPPORTS: Support[] = [
{
title: '팀스파르타',
subTitle: 'SpartaCodingClub',
description: '세션 운영을 위한 지원금 100만원과 커뮤니티 참여 혜택을 제공합니다.',
img: '/images/support/spartar.png',
},
{
title: '네이버클라우드',
subTitle: 'Navercloud',
description: '‘Ncloud’ 최대 100만원 크레딧과<br/>커뮤니티 참여 혜택을 제공합니다.',
description: '‘Ncloud’ 최대 100만원 크레딧과 커뮤니티 참여 혜택을 제공합니다.',
img: '/images/support/naver-cloud.png',
},
{
title: '인프런',
subTitle: 'Inflearn',
description: '인프런 강의 30% 할인쿠폰과 강의 수강을<br/> 위해 총 48만 포인트를 제공합니다.',
description: '인프런 강의 30% 할인쿠폰과 강의 수강을 위해 총 48만 포인트를 제공합니다.',
img: '/images/support/inflearn.png',
},
{
title: '모두의연구소',
subTitle: 'Modulabs',
description: '오프라인 세션 운영을 위한<br/>공간을 지원합니다.',
img: '/images/support/모두의연구소.png',
},
];

0 comments on commit 68a7aed

Please sign in to comment.