Skip to content

Commit

Permalink
fix: fixed typo in new project template (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 authored Jul 17, 2022
1 parent 369e6f3 commit 1d7cc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus-cli/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub fn index_page<G: Html>(cx: Scope) -> View<G> {
view! { cx,
// Don't worry, there are much better ways of styling in Perseus!
div(style = "display: flex; flex-direction: column; justify-content: center; align-items: center; height: 95vh;") {
h1 { "Welome to Perseus!" }
h1 { "Welcome to Perseus!" }
p {
"This is just an example app. Try changing some code inside "
code { "src/templates/index.rs" }
Expand Down

0 comments on commit 1d7cc9f

Please sign in to comment.