mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
6 lines
186 B
PHP
6 lines
186 B
PHP
<div>
|
|
@if (auth()->user()->teams->contains(0))
|
|
<button wire:click='upgrade' class="m-1 border-none hover:underline text-neutral-400">Force Upgrade</button>
|
|
@endif
|
|
</div>
|