From d494695892605accaefec6c5305d98959d6e3c63 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Tue, 11 Jun 2024 00:40:00 +0300 Subject: [PATCH] fix: reduce error message font size, fix formatting --- src/error.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/error.rs b/src/error.rs index 945b86b..cae56d0 100644 --- a/src/error.rs +++ b/src/error.rs @@ -43,8 +43,8 @@ impl IntoResponse for AppError { title { (title) } } body style=(crate::BODY_STYLE) { - p style=(format!("{} font-size: 2em;", crate::IMG_STYLE)) { - "Something went wrong" + p style=(format!("{} font-size: 1.3em;", crate::IMG_STYLE)) { + "Something went wrong: " (self.internal.to_string()); } a style=(format!("{} right: 0;", crate::ABOUT_STYLE)) href="https://gaze.systems" target="_blank" {