Skip to content

Commit

Permalink
club total
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed Jan 19, 2025
1 parent 47c0807 commit c5eff17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions usr-web/src/routes/(apps)/manifest/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,10 @@
{@render cost("Software")}
{@render cost("Mechanical")}
{@render cost("Electrical")}
<p>Club Total: {(Object.values(expenditures).reduce((a, b) => a + b)).toLocaleString(
'en-US',
{ style: 'currency', currency: 'USD' }
)}</p>

<section class="flex flex-col w-min" style:background-color="darkgray">
<div class="relative flex flex-row gap-10 w-min pt-8 pr-8 pl-20" style:min-height="20rem">
Expand Down

0 comments on commit c5eff17

Please sign in to comment.