ui: Fixed z-index for version link.

This commit is contained in:
Chingiz Mammadov 2023-09-24 14:12:07 +04:00
parent a1d13fc14e
commit 7cded7a36d
No known key found for this signature in database
GPG Key ID: ABCB4517F50A9077

View File

@ -1,2 +1,2 @@
<a {{ $attributes->merge(['class' => 'text-xs cursor-pointer opacity-20 hover:opacity-100 hover:text-white']) }}
<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>