Skip to content

Commit

Permalink
Merge pull request #3820 from thereis/feat/open-version-new-tab
Browse files Browse the repository at this point in the history
feat: open a new tab when clicked on the version
  • Loading branch information
peaklabs-dev authored Oct 10, 2024
2 parents 41290f5 + 519b7fe commit cf0262d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/components/version.blade.php
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit cf0262d

Please sign in to comment.