diff --git a/src/app.rs b/src/app.rs index 6ea658d..96c41ac 100644 --- a/src/app.rs +++ b/src/app.rs @@ -32,14 +32,18 @@ pub fn app() -> Html { #[function_component(Footer)] fn footer() -> Html { let notes = Vec::from([ + // note 1 "this has only been tested on GPX files produced by \ strava and \ garmin", + // note 2 "all third-party extension info \ \ is stripped", + // note 3 "if the app breaks, try refreshing the page", "source (public access): git://pingo.thermokar.st/gpx-web-utils", + // note 4 "source (mirror): \ \ https://github.com/thermokarst/gpx-web-utils",