tweak no-peers element

This commit is contained in:
glyph 2022-03-25 09:26:44 +02:00
parent aefa1525fb
commit d6695b291d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ pub fn build_template(peers: Vec<HashMap<String, String>>, title: &str) -> PreEs
// render the peers list template
(peers_template(peers))
} @else {
p class="font-normal" { "No peers found" }
p class="center-text font-normal" { "None found" }
}
}
}