Update pe_menu title
This commit is contained in:
parent
da1892710f
commit
81aa7a8984
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ pub fn render(app: &mut App, frame: &mut Frame) {
|
|||
.split(frame.size());
|
||||
|
||||
// Title Block
|
||||
let title_text = Span::styled("WizardKit: PE Menu", Style::default().fg(Color::LightCyan));
|
||||
let title_text = Span::styled("Deja-vu: PE Menu", Style::default().fg(Color::LightCyan));
|
||||
let title = Paragraph::new(Line::from(title_text).centered())
|
||||
.block(Block::default().borders(Borders::ALL));
|
||||
frame.render_widget(title, chunks[0]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue