From 8691d3c685aa935e31c591987e8dd14fb66ef3b4 Mon Sep 17 00:00:00 2001 From: kageru Date: Fri, 21 Jul 2023 11:46:52 +0200 Subject: [PATCH] add source code link --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 70da39f..edcfc0d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -123,7 +123,8 @@ async fn search(q: Option, web::Form>>) -> AnyRe description: "Enter a query above to search".to_owned(), query: None, body: "

Welcome to my cheap Scryfall clone for Yugioh.

\ -

Enter a query above to search or read the query syntax for more information.

" +

Enter a query above to search or read the query syntax for more information.

\ +

The source code is available on Gitea.

" .to_owned(), }, };