feat(frontend): hide open source message if version is enterprise

This commit is contained in:
leandrofars 2024-07-02 11:20:17 -03:00
parent 4f8735b71f
commit 010594ac4d

View File

@ -131,12 +131,12 @@ const Page = () => {
<Typography variant="h4"> <Typography variant="h4">
Login Login
</Typography> </Typography>
<Typography {!(process.env.NEXT_PUBLIC_ENTERPRISE_VERSION == "true") && <Typography
color="text.secondary" color="text.secondary"
variant="body2" variant="body2"
> >
This project is open source, reach out at <Link href='https://github.com/OktopUSP/oktopus'>Github</Link> or <Link href='https://join.slack.com/t/oktopustr-369/shared_invite/zt-1znmrbr52-3AXgOlSeQTPQW8_Qhn3C4g'>Slack</Link> This project is open source, reach out at <Link href='https://github.com/OktopUSP/oktopus'>Github</Link> or <Link href='https://join.slack.com/t/oktopustr-369/shared_invite/zt-1znmrbr52-3AXgOlSeQTPQW8_Qhn3C4g'>Slack</Link>
</Typography> </Typography>}
</Stack> </Stack>
{/*<Tabs {/*<Tabs
onChange={handleMethodChange} onChange={handleMethodChange}