We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b62d4 commit 7f9a16bCopy full SHA for 7f9a16b
src/template.rs
@@ -129,7 +129,7 @@ impl Template {
129
Template::Yew => "Yew - (https://yew.rs/)",
130
Template::Leptos => "Leptos - (https://leptos.dev/)",
131
Template::Sycamore => "Sycamore - (https://sycamore-rs.netlify.app/)",
132
- Template::Angular => "Angular - (https://angular.io/)",
+ Template::Angular => "Angular - (https://angular.dev/)",
133
Template::Preact => "Preact - (https://preactjs.com/)",
134
_ => unreachable!(),
135
}
0 commit comments