feat: open version in a new tab
This commit is contained in:
parent
1c6d47f2fc
commit
7d1f6b9d77
1 changed files with 3 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
<a {{ $attributes->merge(['class' => 'text-xs cursor-pointer opacity-90 hover:opacity-100 dark:hover:text-white hover:text-black']) }}
|
||||
href="https://github.com/coollabsio/coolify/releases/tag/v{{ config('version') }}">v{{ config('version') }}</a>
|
||||
href="https://github.com/coollabsio/coolify/releases/tag/v{{ config('version') }}" target="_blank">
|
||||
v{{ config('version') }}
|
||||
</a>
|
||||
Loading…
Reference in a new issue