Skip to content

Commit

Permalink
Delete account_balance.blade.php changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mervekaraman committed Nov 3, 2023
1 parent 81ad132 commit 84a2425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/widgets/account_balance.blade.php
Expand Up @@ -3,7 +3,7 @@

<ul class="text-sm space-y-3 my-3">
@foreach($accounts as $item)
<li class="flex justify-between pr-3.5">
<li class="flex justify-between">
{{ $item->name }}

<span class="font-medium">
Expand Down

0 comments on commit 84a2425

Please sign in to comment.