Skip to content

Commit

Permalink
finishing up for the night
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Dec 26, 2024
1 parent bbe1030 commit be41774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div class="grid grid-cols-4 items-center hover:bg-neutral-700/10 active:bg-neutral-700/20 p-4 transition-colors border-b border-b-neutral-700/50">
<span>${expense.amount}</span>
<span>{expense.date.toDateString()}</span>
<span>...</span>
<span>{expense.description}</span>
<span class="bg-neutral-900/50 p-2 rounded-xl font-mono text-neutral-300 text-sm">One-off</span>
</div>
{/each}
Expand Down

0 comments on commit be41774

Please sign in to comment.