Skip to content

Commit

Permalink
Fix spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
starscouts committed Jul 21, 2024
1 parent 5c4ef46 commit 4d7f721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/html/modules/budget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 { "" } " %)"
Expand Down

0 comments on commit 4d7f721

Please sign in to comment.