mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
change copy "Popular" to "Popular Repositories"
This commit is contained in:
parent
f34d87d60a
commit
106fa95a84
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use ::models::repo::Repository;
|
||||||
|
|
||||||
fn popular_table(popular: Vec<Repository>) -> Markup {
|
fn popular_table(popular: Vec<Repository>) -> Markup {
|
||||||
html! {
|
html! {
|
||||||
h2 class="title is-3" "Popular"
|
h2 class="title is-3" "Popular Repositories"
|
||||||
|
|
||||||
table class="table is-fullwidth is-striped is-hoverable" {
|
table class="table is-fullwidth is-striped is-hoverable" {
|
||||||
thead {
|
thead {
|
||||||
|
|
Loading…
Reference in a new issue