Skip to content

Commit

Permalink
[feat]: 후원사 - 엘리스 에셋 추가 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngminss authored Jun 29, 2024
2 parents 3675529 + 1b0be0a commit 633afda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/SponsorSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const SponsorSectionContainer = styled(SectionTemplate)`
`;

const SponsorList = styled.ul`
width: 900px;
width: 800px;
margin: 64px 0 44px;
text-align: center;
Expand Down
4 changes: 4 additions & 0 deletions database/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,8 @@ export const SPONSOR_DATA = [
image: '/assets/sponsors/sponsor_elice.png',
alt: 'sponsor elice',
},
{
image: '/assets/sponsors/sponsor_inflearn.png',
alt: 'sponsor inflearn',
},
];
Binary file added public/assets/sponsors/sponsor_inflearn.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 633afda

Please sign in to comment.