Skip to content

Commit

Permalink
style :: 스타일링 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 8, 2024
1 parent 0d551aa commit c756f18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/common/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ export const Header = () => {
</>
) : (
<>
<LeftSide2>
<Link to={_pathname === '' || _pathname === 'login' ? '/' : '/team'}>
<Link to={_pathname === '' || _pathname === 'login' ? '/' : '/team'}>
<LeftSide2>
<img src={LogoImg} />
<span>Xquare Infra</span>
</Link>
</LeftSide2>
</LeftSide2>
</Link>
<RightSide2
onClick={() => {
setClickCount((prev) => prev + 1);
Expand Down

0 comments on commit c756f18

Please sign in to comment.