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

3 lines
234 B
PHP
Raw Normal View History

2023-09-24 12:12:07 +02:00
<a {{ $attributes->merge(['class' => 'text-xs cursor-pointer opacity-20 hover:opacity-100 hover:text-white z-50']) }}
2023-06-19 12:27:08 +02:00
href="https://github.com/coollabsio/coolify/releases/tag/v{{ config('version') }}">v{{ config('version') }}</a>