Skip to content

Commit

Permalink
Fix navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Somnath-Chattaraj committed Oct 15, 2024
1 parent 47d0ebe commit 517ce51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/homePage/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const Header = () => {
<meta name="twitter:description" content="Offering the best services in XYZ." />
<meta name="twitter:image" content="https://capusify.site/og-image.jpg" />
</Helmet>
{loadingUser ? <Navbar display={true} loadingUsr={true} /> : <Navbar display={true} loadingUsr={false} btnName="Login" />}
{loadingUser ? <Navbar display={true} loadingUsr={true} /> : <Navbar display={true} loadingUsr={false} btnName="Login" navigateUrl="/login" />}

<div className="h-screen flex flex-col lg:flex-row items-center justify-center px-6 lg:px-32 space-y-10 lg:space-y-0 lg:space-x-10">
<div className="w-full lg:w-1/2 text-center lg:text-left">
Expand Down

0 comments on commit 517ce51

Please sign in to comment.