tweak no-peers element

This commit is contained in:
2022-03-25 09:26:44 +02:00
parent aefa1525fb
commit d6695b291d

View File

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