From 3c49c067dde6cd1a5f9035278432031f69370e97 Mon Sep 17 00:00:00 2001 From: glyph Date: Fri, 18 Mar 2022 11:33:10 +0200 Subject: [PATCH] fix big circle background colour when sbot status is failed --- peach-web/src/routes/home.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peach-web/src/routes/home.rs b/peach-web/src/routes/home.rs index 76e9b4d..40e74a5 100644 --- a/peach-web/src/routes/home.rs +++ b/peach-web/src/routes/home.rs @@ -26,14 +26,14 @@ fn render_status_elements<'a>() -> (&'a str, &'a str, &'a str) { ) } else { ( - "circle circle-large circle-danger", + "circle circle-large circle-error", "x_x", "circle circle-small border-circle-small border-danger", ) } } else { ( - "circle circle-large circle-danger", + "circle circle-large circle-error", "x_x", "circle circle-small border-circle-small border-danger", )