Skip to content

Commit

Permalink
fix: url of just updated crates (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
sectore authored Dec 3, 2024
1 parent e90cc1c commit 9be729f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/summary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl Summary {
let suffix = match self.mode {
SummaryMode::NewCrates => summary.new_crates[i].name.clone(),
SummaryMode::MostDownloaded => summary.most_downloaded[i].name.clone(),
SummaryMode::JustUpdated => summary.most_downloaded[i].name.clone(),
SummaryMode::JustUpdated => summary.just_updated[i].name.clone(),
SummaryMode::MostRecentlyDownloaded => {
summary.most_recently_downloaded[i].name.clone()
}
Expand Down

0 comments on commit 9be729f

Please sign in to comment.