fix: yt link (#3102)

This commit is contained in:
Miles Murgaw 2024-10-25 21:22:10 -04:00 committed by GitHub
parent 7053f3f8fe
commit 0866aefa33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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],
);