Skip to content

Commit

Permalink
Merge pull request #187 from GDSC-PKNU-21-22/fix/#186
Browse files Browse the repository at this point in the history
Fix: 햄버거바 삭제
  • Loading branch information
pp449 authored Aug 29, 2023
2 parents deb9b9c + 4de6e62 commit 1d39584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const Header = () => {
<HeaderWrapper>
<Icon kind="arrowBack" onClick={goBack} />
<Logo onClick={() => routerTo('/')}>burimi</Logo>
<Icon kind="menu" />
<div></div>
{/* <Icon kind="menu" /> */}
</HeaderWrapper>
</HeaderContainer>
);
Expand Down

0 comments on commit 1d39584

Please sign in to comment.