This commit is contained in:
Matthew Ryan Dillon 2021-11-29 21:35:07 -07:00
parent 4e5442af7f
commit f1e8d88add
3 changed files with 3 additions and 75 deletions

View file

@ -40,9 +40,9 @@ impl Component for Model {
fn view(&self) -> Html {
html! {
<div>
<>
<h1>
<a href="https://gpx.thermokar.st">{"gpx.thermokar.st"}</a>
<a href="/">{"gpx.thermokar.st"}</a>
</h1>
<p>
@ -68,7 +68,7 @@ impl Component for Model {
</a>
</small>
</p>
</div>
</>
}
}
}