Skip to content

Commit

Permalink
optimize banner image
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Nov 13, 2024
1 parent e4a7f10 commit dd5a3cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added public/img/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/banner.png
Binary file not shown.
3 changes: 2 additions & 1 deletion src/docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ impl OpenApi for ApiDocs {
.info(
utoipa::openapi::InfoBuilder::new()
.title("Burrito API")
.terms_of_service("https://github.com/burrito-project/public/blob/main/TERMS_OF_SERVICE.md".into())
.version(env!("CARGO_PKG_VERSION"))
.description(Some(concat!(
env!("CARGO_PKG_DESCRIPTION"),
"\n![App logo](/public/img/banner.png)"
"\n![App logo](/public/img/banner.jpg)"
)))
.contact(Some(
// Reach out me everywhere 🐢
Expand Down

0 comments on commit dd5a3cf

Please sign in to comment.