diff --git a/src/app.rs b/src/app.rs index 062837a..65a3966 100644 --- a/src/app.rs +++ b/src/app.rs @@ -21,7 +21,9 @@ impl Component for App {
{"This client-side tool is for merging "} - {"GPX files"} + + {"GPX files"} + {". "}
@@ -30,12 +32,22 @@ impl Component for App {- {"Please note, this has only been tested on GPX files produced by "} - {"Garmin"}{" and "} - {"Strava"}{" - your mileage may vary."} + {"Note, this has only been tested on GPX files produced by "} + + {"Garmin"} + + {" and "} + + {"Strava"} + + {" - your mileage may vary."}
+- {"source (public access): git://pingo.thermokar.st/gpx-web-utils"} + + {"source (public access): "} + {"git://pingo.thermokar.st/gpx-web-utils"} +
> }