add spacers
This commit is contained in:
parent
992999d528
commit
a8e222517f
1 changed files with 4 additions and 0 deletions
|
@ -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>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue