Skip to content

Commit

Permalink
changed filter status emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Feb 21, 2021
1 parent bfdb4ab commit c9a93f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/banner/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ impl Banner {
code_filters.push(status_colorizer(&code.to_string()))
}
let filter_status = BannerEntry::new(
"🪣",
"💢",
"Status Code Filters",
&format!("[{}]", code_filters.join(", ")),
);
Expand Down

0 comments on commit c9a93f2

Please sign in to comment.