Skip to content

Commit

Permalink
Merge pull request #340 from sharemindteam/hotfix/header-layout
Browse files Browse the repository at this point in the history
[Hotfix] 마인더 홈 헤더에서 셰어마인드 베타로고 첨부
  • Loading branch information
kyuhho authored Jul 5, 2024
2 parents e72f8c9 + 7f1419a commit 5701b56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ export const Header = ({ isBuyer, onClick }: HeaderProps) => {
} else {
return (
<Wrapper>
<Logo onClick={onClick} />
<Flex gap="0.8rem" style={{ marginLeft: '2rem' }}>
<Logo onClick={onClick} />
<BetaTagImage src={betaTagImageUrl} />
</Flex>
</Wrapper>
);
}
Expand Down

0 comments on commit 5701b56

Please sign in to comment.