From 4d7f72117a72d9e0304bb6caa3d99552d9ce40d6 Mon Sep 17 00:00:00 2001 From: Starscouts Date: Sun, 21 Jul 2024 10:25:30 +0200 Subject: [PATCH] Fix spacing issues --- src/html/modules/budget.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/html/modules/budget.rs b/src/html/modules/budget.rs index 38c92e0..6fb8551 100644 --- a/src/html/modules/budget.rs +++ b/src/html/modules/budget.rs @@ -7,9 +7,9 @@ pub fn budget(currency: &str) -> Markup { p style="display: grid; grid-template-columns: 1fr max-content; margin-bottom: 10px;" { span { - "You allocated" + "You allocated " span #budget-value { "0.00" } - " " (currency) " and are currently using" + " " (currency) " and are currently using " span #budget-usage { "0.00" } " " (currency) " (" span #budget-usage-percent { "" } " %)"