coolify/resources/views/components/version.blade.php
2023-10-05 08:32:20 +02:00

3 lines
234 B
PHP

<a {{ $attributes->merge(['class' => 'text-xs cursor-pointer opacity-60 hover:opacity-100 hover:text-white z-50']) }}
href="https://github.com/coollabsio/coolify/releases/tag/v{{ config('version') }}">v{{ config('version') }}</a>