We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b3f62 commit c163f94Copy full SHA for c163f94
Portal/sharpengine-web-ui/src/components/Header.tsx
@@ -2,7 +2,7 @@ import { useState } from 'react';
2
import { useNavigate } from 'react-router-dom';
3
import { ChevronDown, User } from 'lucide-react';
4
5
-import { HeaderLogin } from 'sharpengine-ui-shared/src/components/HeaderLogin'
+//import { HeaderLogin } from 'sharpengine-ui-shared/src/components/HeaderLogin'
6
7
export function Header() {
8
const navigate = useNavigate();
@@ -63,7 +63,7 @@ export function Header() {
63
</a>
64
</nav>
65
66
- <HeaderLogin onProfileClicked={() => navigate('/profile')} />
+ {/* <HeaderLogin onProfileClicked={() => navigate('/profile')} /> */}
67
</div>
68
</header>
69
);
0 commit comments