From 68a7aed4efac9ed5ab20fd1fb642490abf7a8253 Mon Sep 17 00:00:00 2001 From: YOOJS1205 Date: Sat, 20 Apr 2024 20:15:33 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=9B=84=EC=9B=90=EC=82=AC=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EC=83=81=EC=88=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constant/supports.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/constant/supports.ts b/src/constant/supports.ts index 8b4e209e..0327bc42 100644 --- a/src/constant/supports.ts +++ b/src/constant/supports.ts @@ -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만원 크레딧과
커뮤니티 참여 혜택을 제공합니다.', + description: '‘Ncloud’ 최대 100만원 크레딧과 커뮤니티 참여 혜택을 제공합니다.', img: '/images/support/naver-cloud.png', }, { title: '인프런', subTitle: 'Inflearn', - description: '인프런 강의 30% 할인쿠폰과 강의 수강을
위해 총 48만 포인트를 제공합니다.', + description: '인프런 강의 30% 할인쿠폰과 강의 수강을 위해 총 48만 포인트를 제공합니다.', img: '/images/support/inflearn.png', }, - { - title: '모두의연구소', - subTitle: 'Modulabs', - description: '오프라인 세션 운영을 위한
공간을 지원합니다.', - img: '/images/support/모두의연구소.png', - }, ];