set up the bones for the whitelabel, just need to generate the icons from a logo once we get it

This commit is contained in:
csawatzky 2026-04-02 11:43:43 -06:00
parent 3d1c11646f
commit 89a83d04dd
4 changed files with 40 additions and 7 deletions

View file

@ -27,6 +27,7 @@ import {
IsAdaptiveAgriculture,
// hasTutorialPlaylist,
IsAdCon,
IsIntellifarms,
IsMiPCA,
// isBXT,
IsMiVent,
@ -165,7 +166,7 @@ export default function SideNavigator(props: Props) {
const authenticatedSideMenu = () => {
const isMiVent = IsMiVent();
const isAg = IsAdaptiveAgriculture()
const isAg = IsAdaptiveAgriculture() || IsIntellifarms()
const isStreamline = IsStreamline()
const isOmni = IsOmniAir()
const isMiPCA = IsMiPCA()