From 917554959b42672b89fc8c6c04721683cc185bc4 Mon Sep 17 00:00:00 2001 From: leko Date: Mon, 30 May 2022 10:27:37 +0200 Subject: [PATCH] chore: add note about limitations --- app/pages/_app.tsx | 3 +-- app/pages/index.tsx | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/pages/_app.tsx b/app/pages/_app.tsx index 87d49e6..7b828d9 100644 --- a/app/pages/_app.tsx +++ b/app/pages/_app.tsx @@ -25,12 +25,11 @@ const App = ({ Component, pageProps }: AppProps) => { return ( Note that this is an early build and more capabilities will be available soon. Visit us regularly! diff --git a/app/pages/index.tsx b/app/pages/index.tsx index d9d58fc..caedb37 100644 --- a/app/pages/index.tsx +++ b/app/pages/index.tsx @@ -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'; @@ -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 GitHub or Email. + + Using the online version may apply limitations. For regular use, download and install the tool for free from GitHub or Docker +