diff --git a/lib/pages/about_page.dart b/lib/pages/about_page.dart index 8f1918e..5ceb155 100644 --- a/lib/pages/about_page.dart +++ b/lib/pages/about_page.dart @@ -5,7 +5,8 @@ class AboutPage extends StatelessWidget { static const String aboutText = ''' This App was build for demonstration purposes. -It requests data from the Environment Agency Real Time flood-monitoring API and displays a list and map of all flood measurement stations, +It requests data from the Environment Agency Real Time flood-monitoring API +and displays a list and map of all flood measurement stations, as well as a graph showing the last 24 hours of measurements. The source code can be found at https://git.skup.in/. ''';