Skip to content

Commit

Permalink
A row including 🛠️ is shifted in alacritty #266 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 authored May 22, 2024
1 parent 485c428 commit 0e8a14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usecase/fzf_make/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ fn preview_command(file_name: String, line_number: u32) -> CommandBuilder {
fn render_targets_block(model: &mut Model, f: &mut Frame, chunk: ratatui::layout::Rect) {
f.render_stateful_widget(
targets_block(
" 🛠️ Targets ",
" 📢 Targets ",
model.narrow_down_targets(),
model.current_pane.is_main(),
),
Expand Down

0 comments on commit 0e8a14e

Please sign in to comment.