Skip to content

Commit

Permalink
add 한빛미디어
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunsDev committed Mar 2, 2023
1 parent 5f3adf1 commit 29c1207
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file modified public/assets/제이펍.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/한빛미디어.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/screen/main/sponsor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Grid = styled.div`
@media (max-width: 767px) {
justify-content: stretch;
margin-top: 20px;
grid-template-columns: repeat(auto-fill, minmax(100px, auto));
grid-template-columns: 1fr 1fr 1fr;
}
`;

Expand Down
8 changes: 6 additions & 2 deletions src/setting/sponsor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ export const SPONSORS: {
name: string;
image: string;
}[] = [
{
image: "/assets/패스트캠퍼스.png",
name: "패스트캠퍼스",
},
{
image: "/assets/제이펍.png",
name: "제이펍",
},
{
image: "/assets/패스트캠퍼스.png",
name: "패스트캠퍼스",
image: "/assets/한빛미디어.png",
name: "한빛미디어",
},
];

1 comment on commit 29c1207

@vercel
Copy link

@vercel vercel bot commented on 29c1207 Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.