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 aef7a4e commit 80fdb59Copy full SHA for 80fdb59
src/pages/not_found.rs
@@ -3,5 +3,8 @@ use leptos::prelude::*;
3
/// 404 Not Found Page
4
#[component]
5
pub fn NotFound() -> impl IntoView {
6
- view! { <h1>"Uh oh!" <br /> "We couldn't find that page!"</h1> }
+ view! {
7
+ <h1>"404: Page not found"</h1>
8
+ <h2>"We couldn't find that page!"</h2>
9
+ }
10
}
0 commit comments