Skip to content

Commit

Permalink
Fix : 23기 기업 후원사 로고 변경 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangjun-man authored Nov 19, 2023
2 parents 6958f1f + 022b680 commit 62a0ee6
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions database/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,9 @@ export const NEWS_DATA = [
/** Sponsor 이미지 경로 */
export const SPONSOR_DATA = [
{
image: '/assets/sponsors/sponsor0.png', // KakaoHairshop
image: '/assets/sponsors/sponsor_ncp.png',
},
{
image: '/assets/sponsors/sponsor1.png', // 인프런
},
{
image: '/assets/sponsors/sponsor2.png', // 제이펍
},
{
image: '/assets/sponsors/sponsor3.png', // 한빛 미디어
},
{
image: '/assets/sponsors/sponsor4.png', // readyme
},
{
image: '/assets/sponsors/sponsor5.png', // 제로 베이스
image: '/assets/sponsors/sponsor_catch.png',
},
];
Binary file modified public/assets/images/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/sponsors/sponsor0.png
Binary file not shown.
Binary file removed public/assets/sponsors/sponsor1.png
Binary file not shown.
Binary file removed public/assets/sponsors/sponsor2.png
Binary file not shown.
Binary file removed public/assets/sponsors/sponsor3.png
Binary file not shown.
Binary file removed public/assets/sponsors/sponsor4.png
Binary file not shown.
Binary file removed public/assets/sponsors/sponsor5.png
Binary file not shown.
Binary file added public/assets/sponsors/sponsor_catch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/sponsors/sponsor_ncp.png
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 62a0ee6

Please sign in to comment.