coolify/resources/views/components/version.blade.php

3 lines
229 B
PHP
Raw Normal View History

2023-06-19 12:27:08 +02:00
<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>