mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-22 12:13:04 +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(
|
||||
Paragraph::new(Line::from(vec![
|
||||
"Video tutorials: ".gray(),
|
||||
"https://youtube.com/dioxuslabs".blue(),
|
||||
"https://youtube.com/@DioxusLabs".blue(),
|
||||
])),
|
||||
links_list[1],
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue