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()}>