coolify/resources/views/components/limit-reached.blade.php
rosslh 58246bc97d
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 1m10s
fix(branding): fix logo scaling, progress bar color, and Overlock font application
- Add w-auto to sidebar/mobile logo imgs to prevent horizontal squishing
- Change Livewire progress bar color from #ffff00 to theme warning #fcd452
- Add font-display (Overlock) to h1-h4 base styles and non-semantic heading elements
2026-02-14 12:51:35 -05:00

6 lines
398 B
PHP

<div class="flex flex-col items-center justify-center h-32">
<span class="text-xl font-bold font-display dark:text-white">You have reached the limit of {{ $name }} you can create.</span>
<span>Please <a class="dark:text-white underline" {{ wireNavigate() }} href="{{ route('subscription.show') }}">upgrade your
subscription</a> to create more
{{ $name }}.</span>
</div>