add clarity to empty peers list message

This commit is contained in:
glyph 2022-03-25 08:43:15 +02:00
parent 25e3a145fc
commit 30aff5d7ac
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 { "No follows found" }
p class="font-normal" { "No peers found" }
}
}
}