Skip to content

Commit

Permalink
fix :: link
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 8, 2024
1 parent 5d82a03 commit 0d551aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/common/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ export const Header = () => {
) : (
<>
<LeftSide2>
<Link to={_pathname === '' || _pathname === 'login' ? '/' : '/team'}></Link>
<img src={LogoImg} />
<span>Xquare Infra</span>
<Link to={_pathname === '' || _pathname === 'login' ? '/' : '/team'}>
<img src={LogoImg} />
<span>Xquare Infra</span>
</Link>
</LeftSide2>
<RightSide2
onClick={() => {
Expand Down

0 comments on commit 0d551aa

Please sign in to comment.