mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-29 15:40:19 +00:00
fix: yt link (#3102)
This commit is contained in:
parent
7053f3f8fe
commit
0866aefa33
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue