Skip to content

Commit

Permalink
Fix : social 섹션에 23기 recruit 업데이트 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangjun-man authored Jan 1, 2024
2 parents 31f0d16 + 42b89da commit 462332a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions database/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
export const CURRENT_INFO_DATA = [
{
title: '운영 기간 🕙',
content: '12년',
content: '13년',
},
{
title: '운영 기수 ⛳️',
content: '22기',
content: '23기',
},
{
title: '현재 활동 회원 🏃🏻‍♀️',
Expand Down Expand Up @@ -78,6 +78,15 @@ export const CAROUSEL_DATA = [
/** Social News Card */
// 태그 형식 가능합니다.
export const NEWS_DATA = [
{
image: '/assets/images/social_recruit_23.jpeg',
link: 'https://ko-kr.facebook.com/yapp.co.kr/',
content: `📢 주목! YAPP 23기 신규 회원 모집을 시작합니다!
🌱 Gather, Together! 🌱
9월 25일(월)부터 10월 1일(일) 23시 59분 까지
YAPP 23기 신규 회원을 모집합니다!
`,
},
{
image: '/assets/images/social1.png',
link: 'https://ko-kr.facebook.com/yapp.co.kr/',
Expand Down
Binary file added public/assets/images/social_recruit_23.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 462332a

Please sign in to comment.