add clarity to empty peers list message

This commit is contained in:
2022-03-25 08:43:15 +02:00
parent 25e3a145fc
commit 30aff5d7ac

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 { "No follows found" }
p class="font-normal" { "No peers found" }
}
}
}