format files lol

This commit is contained in:
Andras Bacsai
2023-08-11 20:19:42 +02:00
parent 054bebb081
commit c762195c8a
141 changed files with 1305 additions and 1307 deletions

View File

@@ -4,13 +4,13 @@
<div>
<div class="flex gap-2">
<h3>Subscription</h3>
<livewire:switch-team/>
<livewire:switch-team />
</div>
<div class="flex items-center pb-8">
<span>Currently active team: <span
class="text-warning">{{ session('currentTeam.name') }}</span></span>
</div>
<x-pricing-plans/>
<x-pricing-plans />
</div>
</div>
@else