diff --git a/public/images/support/easyspub.png b/public/images/support/easyspub.png new file mode 100644 index 00000000..0ac8bfd5 Binary files /dev/null and b/public/images/support/easyspub.png differ diff --git a/public/images/support/jpub.png b/public/images/support/jpub.png new file mode 100644 index 00000000..625a0502 Binary files /dev/null and b/public/images/support/jpub.png differ diff --git a/src/constant/supports.ts b/src/constant/supports.ts index 7691b873..5f1e9498 100644 --- a/src/constant/supports.ts +++ b/src/constant/supports.ts @@ -55,4 +55,16 @@ export const SUPPORTS: Support[] = [ img: '/images/support/jumpit.png', link: 'https://www.jumpit.co.kr/', }, + { + title: '제이펍', + subTitle: 'Jpub', + img: '/images/support/jpub.png', + link: 'https://jpub.tistory.com/', + }, + { + title: '이지스퍼블리싱', + subTitle: 'EasysPublishing', + img: '/images/support/easyspub.png', + link: 'https://www.easyspub.co.kr/Main/pub', + }, ];