Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Neto authored and JackNeto committed Nov 17, 2019
1 parent beb48ca commit dc197ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/core/Landing/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,18 +257,18 @@ const Landing = ({ history }) => {
<Grid item xs={12} md={4} align="center">
<img src={womanImg} alt="Woman working on computer" className={classes.womanImage}/>
</Grid>
<Grid item xs={12} md={4} align="center">
<Typography variant="h5" align="center">
Account management
<Grid item xs={12} md={4}>
<Typography variant="h5">
Manage all your Accounts
</Typography>
<Typography variant="h5" align="center">
Budgeting
<Typography variant="h5">
Import transactions via CSV
</Typography>
<Typography variant="h5" align="center">
<Typography variant="h5">
Multiple currencies
</Typography>
<Typography variant="body1" align="center">
Entaxy runs exclusively on your devide
<Typography variant="h5">
Budgeting
</Typography>
</Grid>
</Grid>
Expand Down

0 comments on commit dc197ba

Please sign in to comment.