From dac2f177f063b69d906465f1b27db82defe57431 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 8 Dec 2021 22:24:12 -0700 Subject: [PATCH] wip --- src/app.rs | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) 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"} +

}