version link
This commit is contained in:
parent
f6db5968eb
commit
ad2287f9eb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
<a
|
||||
{{ $attributes->merge(['class' => 'text-xs cursor-pointer opacity-20 hover:opacity-100 hover:text-white']) }}>v{{ config('version') }}</a>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue