Skip to content

Commit c163f94

Browse files
author
Antti Veikkolainen
committed
Test
1 parent 02b3f62 commit c163f94

File tree

1 file changed

+2
-2
lines changed
  • Portal/sharpengine-web-ui/src/components

1 file changed

+2
-2
lines changed

Portal/sharpengine-web-ui/src/components/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useState } from 'react';
22
import { useNavigate } from 'react-router-dom';
33
import { ChevronDown, User } from 'lucide-react';
44

5-
import { HeaderLogin } from 'sharpengine-ui-shared/src/components/HeaderLogin'
5+
//import { HeaderLogin } from 'sharpengine-ui-shared/src/components/HeaderLogin'
66

77
export function Header() {
88
const navigate = useNavigate();
@@ -63,7 +63,7 @@ export function Header() {
6363
</a>
6464
</nav>
6565

66-
<HeaderLogin onProfileClicked={() => navigate('/profile')} />
66+
{/* <HeaderLogin onProfileClicked={() => navigate('/profile')} /> */}
6767
</div>
6868
</header>
6969
);

0 commit comments

Comments
 (0)