Skip to content

Commit 50eca41

Browse files
committed
Version badge link to release notes
1 parent cb63038 commit 50eca41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/views/components/navigation-bar.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ class="mx-auto flex w-full max-w-5xl items-center justify-between gap-5 rounded-
2424
class="hidden rounded-full bg-gray-200/60 px-2 py-1 text-xs text-gray-600 lg:block dark:bg-[#16182b] dark:text-[#747ee6] dark:ring-1 dark:ring-cloud"
2525
aria-label="Version information"
2626
>
27-
{{ $electronGitHubVersion }}
27+
<a href="/docs/desktop/1/getting-started/releasenotes">
28+
{{ $electronGitHubVersion }}
29+
</a>
2830
</div>
2931
</div>
3032

0 commit comments

Comments
 (0)