Skip to content

Commit

Permalink
chore: add note about limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
lekotros committed May 30, 2022
1 parent a3a4462 commit 9175549
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ const App = ({ Component, pageProps }: AppProps) => {
return (
<ThemeProvider theme={theme}>
<InfoMessage sx={{
paddingLeft: '80px',
paddingLeft: '120px',
paddingTop: '20px',
paddingRight: '40px',
[theme.breakpoints.down('md')]: {
paddingLeft: '0',
paddingTop: '20px',
},
}}>
<span>Note that this is an early build and more capabilities will be available soon. Visit us regularly!
Expand Down
5 changes: 4 additions & 1 deletion app/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import EmailIcon from '@mui/icons-material/Email';
import GitHubIcon from '@mui/icons-material/GitHub';
import { Box, Button, Grid, Stack, Typography } from '@mui/material';
import { Alert, Box, Button, Grid, Stack, Typography } from '@mui/material';
import { ThemeProvider } from '@mui/material/styles';
import { NextPage } from 'next';
import Head from 'next/head';
Expand Down Expand Up @@ -74,6 +74,9 @@ The DATA4PT project aims to advance data-sharing practices in the public transpo
If you have feedback, questions or bug reports please do not hesitate to send them our way through <Link href="https://github.com/ITxPT/DATA4PTTools"><a target="_blank"><GitHubIcon sx={{ fontSize: '12px' }} /> GitHub</a></Link> or <Link passHref href="mailto:[email protected];[email protected];[email protected]"><a target="_blank"><EmailIcon sx={{ fontSize: '12px' }} /> Email</a></Link>.
</Typography>
</Stack>
<Alert severity="info">
Using the online version may apply limitations. For regular use, download and install the tool for free from <Link href="https://github.com/ITxPT/DATA4PTTools"><a target="_blank">GitHub</a></Link> or <Link href="https://hub.docker.com/r/lekojson/greenlight"><a target="_blank">Docker</a></Link>
</Alert>
<Stack alignItems="center">
<Button
onClick={handleClick}
Expand Down

0 comments on commit 9175549

Please sign in to comment.