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 d959db0 commit dfe0674Copy full SHA for dfe0674
src/template.rs
@@ -131,7 +131,7 @@ impl Template {
131
Template::Solid => "Solid - (https://solidjs.com/)",
132
Template::Yew => "Yew - (https://yew.rs/)",
133
Template::Leptos => "Leptos - (https://leptos.dev/)",
134
- Template::Sycamore => "Sycamore - (https://sycamore-rs.netlify.app/)",
+ Template::Sycamore => "Sycamore - (https://sycamore.dev/)",
135
Template::Angular => "Angular - (https://angular.dev/)",
136
Template::Preact => "Preact - (https://preactjs.com/)",
137
Template::Blazor => {
0 commit comments