Skip to content

Commit 7d1f6b9

Browse files
committed
feat: open version in a new tab
1 parent 1c6d47f commit 7d1f6b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
<a {{ $attributes->merge(['class' => 'text-xs cursor-pointer opacity-90 hover:opacity-100 dark:hover:text-white hover:text-black']) }}
2-
href="https://github.com/coollabsio/coolify/releases/tag/v{{ config('version') }}">v{{ config('version') }}</a>
2+
href="https://github.com/coollabsio/coolify/releases/tag/v{{ config('version') }}" target="_blank">
3+
v{{ config('version') }}
4+
</a>

0 commit comments

Comments
 (0)