Skip to content

Commit

Permalink
[Feature] Header GDGoC로 변경 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo authored Jan 14, 2025
1 parent 1904527 commit c7b451e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sweet-jeans-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wowds-ui": minor
---

GDGoC 로 헤더를 변경합니다.
2 changes: 1 addition & 1 deletion packages/wow-ui/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Header = ({
<section className={leftElementContainerStyle}>
<GdscLogo aria-label="gdsc-logo" role="img" />
<Flex className={logoTextContainerStyle}>
<h1 className={titleStyle}>GDSC</h1>
<h1 className={titleStyle}>GDGoC</h1>
<h2 className={subTitleStyle}>Hongik Univ.</h2>
</Flex>
</section>
Expand Down

0 comments on commit c7b451e

Please sign in to comment.