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:
parent
3d1c11646f
commit
89a83d04dd
4 changed files with 40 additions and 7 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue