coolify/resources/views/components/version.blade.php
2023-09-24 14:12:07 +04:00

3 lines
234 B
PHP

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