Skip to content

Commit

Permalink
fix: 비영리 단어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo committed Nov 27, 2024
1 parent 61a6aac commit 56f337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Supports/Supports.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Supports = () => {
<div css={[layoutCss]}>
<h1 css={introCss.headline}>후원사</h1>
<p css={introCss.description}>
디프만은 IT 단체로 후원을 통해 {isMobileSize && <br />}더 많은 교육 기회에 도움을 받고
디프만은 IT 비영리단체로 후원을 통해 {isMobileSize && <br />}더 많은 교육 기회에 도움을 받고
있습니다.
</p>

Expand Down

0 comments on commit 56f337f

Please sign in to comment.