Skip to content

Commit

Permalink
feat: Add link
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Jan 10, 2025
1 parent e71ee4e commit 8487e66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ class="absolute left-0 right-0 top-0 h-px bg-gradient-to-r from-transparent via-
</h2>
<p class="mb-4 text-sm font-medium text-gray-600 dark:text-gray-400">
{{ __('Version :version', ['version' => obtain_vanguard_version()]) }}
<a
target="_blank"
href="https://github.com/vanguardbackup/vanguard/releases/tag/{{ obtain_vanguard_version() }}"
>
@svg('hugeicons-link-square-02', ['class' => 'mr-2.5 inline h-3.5 w-3.5 dark:text-gray-300'])
</a>
</p>
<div class="mb-4 flex flex-wrap justify-center gap-2 sm:justify-start">
@if (config('app.env') === 'local')
Expand Down

0 comments on commit 8487e66

Please sign in to comment.