We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e1775 commit 6e61054Copy full SHA for 6e61054
src/components/header/MainHeader.tsx
@@ -3,7 +3,7 @@ import LoginButton from "../button/LoginButton";
3
4
const MainHeader = ({isLoggedIn}: {isLoggedIn : boolean})=> {
5
return (
6
- <header className="bg-white flex h-[56px] w-full justify-between px-5">
+ <header className="bg-white flex h-[56px] w-full justify-between items-center px-5">
7
<Link to="/" className="flex items-center">
8
<img
9
src="/public/icon/mbtipslogo.svg"
0 commit comments