Skip to content

Commit

Permalink
chore(term): make table column capital consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Mar 29, 2024
1 parent 59ed1b8 commit a9b7eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit a9b7eff

Please sign in to comment.