add spacers

This commit is contained in:
Matthew Ryan Dillon 2021-12-09 10:21:45 -07:00
parent 992999d528
commit a8e222517f

View file

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