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:
🏔️ Peak
2024-10-10 21:55:42 +02:00
committed by GitHub

View File

@@ -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>