in ark-demo/webapp/src/components/views/Login.js [94:121]
function Content() {
const classes = useStylesContent();
return (
<Grid item container direction='column' className={classes.content}>
<Grid item className={classes.subtitle}>
<Typography variant='subtitle1' color='inherit'>
CARTO APPS
</Typography>
</Grid>
<Grid item className={classes.title}>
<Typography variant='h3' color='inherit'>
React Demo
</Typography>
</Grid>
<Grid item className={classes.description}>
<Typography variant='h5' color='inherit'>
Discover the power of developing with CARTO for React library
</Typography>
</Grid>
<LoginButton />
<Grid item className={classes.contact}>
<Typography variant='caption' color='inherit'>
Don't have an account yet?{' '}