We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369e6f3 commit 1d7cc9fCopy full SHA for 1d7cc9f
packages/perseus-cli/src/init.rs
@@ -169,7 +169,7 @@ pub fn index_page<G: Html>(cx: Scope) -> View<G> {
169
view! { cx,
170
// Don't worry, there are much better ways of styling in Perseus!
171
div(style = "display: flex; flex-direction: column; justify-content: center; align-items: center; height: 95vh;") {
172
- h1 { "Welome to Perseus!" }
+ h1 { "Welcome to Perseus!" }
173
p {
174
"This is just an example app. Try changing some code inside "
175
code { "src/templates/index.rs" }
0 commit comments