Skip to content

Commit 11d7716

Browse files
committed
fix: 후원사 로고 추가 및 삭제
1 parent a9ac4b6 commit 11d7716

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

database/home.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,11 @@ export const SPONSOR_DATA = [
132132
alt: 'sponsor elice',
133133
},
134134
{
135-
image: '/assets/sponsors/sponsor_inflearn.png',
136-
alt: 'sponsor inflearn',
135+
image: '/assets/sponsors/sponsor_goorm.png',
136+
alt: 'sponsor goorm',
137+
},
138+
{
139+
image: '/assets/sponsors/sponsor_fiveSpot.png',
140+
alt: 'sponsor fiveSpot',
137141
},
138142
];
61.5 KB
Loading
26 KB
Loading

0 commit comments

Comments
 (0)