diff --git a/src/main.rs b/src/main.rs index ec8f417..b0da5ea 100644 --- a/src/main.rs +++ b/src/main.rs @@ -126,7 +126,7 @@ async fn search(q: Option, web::Form>>) -> AnyRe let data = match q { Some(q) => compute_results(q)?, None => TargetPage::Data(PageData { - title: "YGO card search".to_owned(), + title: NAME.to_owned(), description: "Enter a query above to search".to_owned(), query: None, body: "

Welcome to my cheap Scryfall clone for Yugioh.

\ @@ -189,7 +189,7 @@ fn add_searchbox(res: &mut String, query: &Option) -> std::fmt::Result { res, r#"
- +
"#, match &query {