feat(budget): first draft
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m17s

This commit is contained in:
2026-01-02 17:52:33 +01:00
parent 1be6d9cb11
commit 818dab401e
6 changed files with 43 additions and 12 deletions

View File

@@ -65,7 +65,9 @@ templ TransactionComp(items templ.Component, filter TransactionItemsFilter, acco
hx-swap="afterbegin"
class="button button-primary ml-auto px-2 flex items-center gap-2 justify-center"
>
@svg.Plus()
<div class="w-3">
@svg.Plus()
</div>
<p>New Transaction</p>
</button>
</div>