From 04234a7e464d3360a11587e513773d3ebeea757c Mon Sep 17 00:00:00 2001 From: Harish Mohan Raj Date: Wed, 10 Apr 2024 11:33:55 +0530 Subject: [PATCH] Show login form when clicked on login button --- app/src/client/components/AppNavBar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/client/components/AppNavBar.tsx b/app/src/client/components/AppNavBar.tsx index 8760695..62353fc 100644 --- a/app/src/client/components/AppNavBar.tsx +++ b/app/src/client/components/AppNavBar.tsx @@ -9,6 +9,7 @@ import logo from '../static/logo.png'; import DropdownUser from './DropdownUser'; import { UserMenuItems } from '../components/UserMenuItems'; import FreeTrialButton from '../components/FreeTrialButton'; +import UserActionButton from '../components/UserActionButton'; import { navigation } from '../landing-page/contentSections'; @@ -63,7 +64,7 @@ export default function AppNavBar() {
{isUserLoading ? null : !user ? (