From c35b6b1f150553179013f7f9db98b21422293860 Mon Sep 17 00:00:00 2001 From: Carter Date: Tue, 9 Jun 2026 10:06:22 -0600 Subject: [PATCH] clicking help opens chat assistant --- src/navigation/SideNavigator.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/navigation/SideNavigator.tsx b/src/navigation/SideNavigator.tsx index 146c71f..cf654fe 100644 --- a/src/navigation/SideNavigator.tsx +++ b/src/navigation/SideNavigator.tsx @@ -32,6 +32,7 @@ import PlaneIcon from "products/AviationIcons/PlaneIcon"; import AirportMapIcon from "products/AviationIcons/AirportMapIcon"; import JobsiteIcon from "products/Construction/JobSiteIcon"; import { getThemeType } from "theme"; +import { openCrispChat } from "chat/CrispChat"; import ObjectHeaterIcon from "products/Construction/ObjectHeaterIcon"; import TasksIcon from "products/Construction/TasksIcon"; import CableIcon from "products/Bindapt/CableIcon"; @@ -96,6 +97,7 @@ const useStyles = makeStyles((theme: Theme) => ({ listItem: { paddingLeft: theme.spacing(2), paddingRight: theme.spacing(2), + maxHeight: 40, [theme.breakpoints.up("md")]: { paddingLeft: theme.spacing(3), paddingRight: theme.spacing(3) @@ -549,10 +551,10 @@ export default function SideNavigator(props: Props) { {isAuthenticated && authenticatedSideMenu()} - - + + - + openCrispChat()}>