Merge pull request #3820 from thereis/feat/open-version-new-tab
feat: open a new tab when clicked on the version
This commit is contained in:
commit
cf0262d7a3
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