This commit is contained in:
Matthew Ryan Dillon 2021-12-08 22:24:12 -07:00
parent b7b2cbfe9c
commit dac2f177f0

View file

@ -21,7 +21,9 @@ impl Component for App {
<p> <p>
{"This client-side tool is for merging "} {"This client-side tool is for merging "}
<a href="https://www.topografix.com/gpx.asp">{"GPX files"}</a> <a href="https://www.topografix.com/gpx.asp">
{"GPX files"}
</a>
{". "} {". "}
</p> </p>
@ -30,12 +32,22 @@ impl Component for App {
<hr/> <hr/>
<p> <p>
{"Please note, this has only been tested on GPX files produced by "} {"Note, this has only been tested on GPX files produced by "}
<a href="https://www.garmin.com">{"Garmin"}</a>{" and "} <a href="https://www.garmin.com">
<a href="https://www.strava.com">{"Strava"}</a>{" - your mileage may vary."} {"Garmin"}
</a>
{" and "}
<a href="https://www.strava.com">
{"Strava"}
</a>
{" - your mileage may vary."}
</p> </p>
<p> <p>
<small>{"source (public access): git://pingo.thermokar.st/gpx-web-utils"}</small> <small>
{"source (public access): "}
{"git://pingo.thermokar.st/gpx-web-utils"}
</small>
</p> </p>
</> </>
} }