Skip to content

Commit

Permalink
title edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperacy committed May 3, 2024
1 parent b8b20c1 commit 1e31c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fn render(app: &mut App, frame: &mut Frame) {
Paragraph::new(format!("{}", app.content))
.block(
Block::bordered()
.title("Template")
.title("RustEdit")
.title_alignment(Alignment::Center)
.border_type(BorderType::Rounded),
)
Expand Down

0 comments on commit 1e31c11

Please sign in to comment.