coolify/resources/views/components/version.blade.php
2023-08-08 11:51:36 +02:00

3 lines
228 B
PHP

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