enabled more buttons in the side navigator for streamline

This commit is contained in:
Carter 2025-06-13 11:28:52 -06:00
parent d684f6c39a
commit 1740160077
3 changed files with 17 additions and 7 deletions

View file

@ -180,6 +180,14 @@ export function IsAdaptiveAgriculture(): boolean {
);
}
export function IsStreamline(): boolean {
return (
getName() === "Streamline"
// window.location.origin.includes("staging") ||
// window.location.origin.includes("localhost")
);
}
const AEROGROW_WHITE_LABEL: WhiteLabel = {
name: "AeroGrow",
primaryColour: "green",