diff --git a/peach-web/src/templates/peers_list.rs b/peach-web/src/templates/peers_list.rs index 01e40d2..60ce677 100644 --- a/peach-web/src/templates/peers_list.rs +++ b/peach-web/src/templates/peers_list.rs @@ -55,7 +55,7 @@ pub fn build_template(peers: Vec>, title: &str) -> PreEs // render the peers list template (peers_template(peers)) } @else { - p { "No follows found" } + p class="font-normal" { "No peers found" } } } }