|
@@ -706,7 +706,7 @@ impl Output {
|
|
frame.render_widget(
|
|
frame.render_widget(
|
|
Paragraph::new(Line::from(vec![
|
|
Paragraph::new(Line::from(vec![
|
|
"Video tutorials: ".gray(),
|
|
"Video tutorials: ".gray(),
|
|
- "https://youtube.com/dioxuslabs".blue(),
|
|
|
|
|
|
+ "https://youtube.com/@DioxusLabs".blue(),
|
|
])),
|
|
])),
|
|
links_list[1],
|
|
links_list[1],
|
|
);
|
|
);
|