Skip to content

Commit

Permalink
chore(term): capitalize feed detail columns
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Mar 29, 2024
1 parent 1e8e0c0 commit ed9f066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/synd_term/src/ui/components/subscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ impl Subscription {
})),
Cell::new(Line::from(vec![
Span::styled(
"󰗀 Feed src ",
"󰗀 Feed Src ",
Style::default().add_modifier(Modifier::BOLD),
),
Span::from(feed.url.as_str()),
Expand All @@ -262,7 +262,7 @@ impl Subscription {
)),
Cell::new(Line::from(vec![
Span::styled(
"󰈙 Feed type ",
"󰈙 Feed Type ",
Style::default().add_modifier(Modifier::BOLD),
),
Span::from(match feed.r#type {
Expand Down

0 comments on commit ed9f066

Please sign in to comment.