Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
ref: [website] oss enterprise description
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghermit committed Oct 17, 2020
1 parent e909dda commit a0d0587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions website/src/components/landing/oss-enterprise/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Grid, Typography } from '@material-ui/core';
import { makeStyles } from '@material-ui/core/styles';
import React from 'react';
// import DashImage from '../../static/img/trasa-bluebg.svg';
import ThemeBase from '../../muiTheme';
import HubspotForm from 'react-hubspot-form';
import ThemeBase from '../../muiTheme';

const useStyles = makeStyles((theme) => ({
root: {
Expand Down Expand Up @@ -31,10 +31,10 @@ export default function Features() {
Open source and Enterprise
</Typography>
</Grid>
<Grid item xs={12}>
<Grid item xs={7}>
<Typography variant="body1" component="p">
TRASA is opensource project with Mozilla Public License (MPLv2). <br />
For Enterprise deployments and support, ping us using form below.
TRASA is fully free and open source project distributed under Mozilla Public License
(MPLv2). For enterprise deployments and support, send us your interest using form ahead.
</Typography>
</Grid>
<Grid item xs={12}>
Expand Down
4 changes: 2 additions & 2 deletions website/src/components/landing/primary.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ export default function MainCta() {
</Typography>
</Grid>

<Grid item xs={1}>
{/* <Grid item xs={1}>
<img className={classes.check} src={GreenCheck} width={20} />{' '}
</Grid>
<Grid item xs={11}>
<Typography variant="subtitle2" style={{ textAlign: 'justify' }}>
Free and open source
</Typography>
</Grid>
</Grid> */}
</Grid>

<Grid item xs={12}>
Expand Down

0 comments on commit a0d0587

Please sign in to comment.