Skip to content

Commit

Permalink
[hotfix] 후원사 컴포넌트 수정 (#324)
Browse files Browse the repository at this point in the history
* chore: 이미지 깨짐 해결

* chore: 후원사 세션 소개 수정
  • Loading branch information
kimyouknow authored Sep 30, 2023
1 parent dd1d8af commit 6410955
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified public/images/support/inflearn.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 modified public/images/support/naver-cloud.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 modified public/images/support/next.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 modified public/images/support/모두의연구소.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/components/Supports/Supports.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { mediaQuery } from '~/styles/media';
export function Supports() {
return (
<div css={[commonLayoutCss, layoutCss]}>
<SectionTitle label="Offline Activity" title="오프라인 세션" />
<SectionTitle label="Supports" title="후원사 소개" />
<ul css={supportContainerCss}>
{SUPPORTS.map(support => (
<SupportThumbnail key={support.title} {...support} />
Expand Down

1 comment on commit 6410955

@vercel
Copy link

@vercel vercel bot commented on 6410955 Sep 30, 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.