We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb63038 commit 50eca41Copy full SHA for 50eca41
resources/views/components/navigation-bar.blade.php
@@ -24,7 +24,9 @@ class="mx-auto flex w-full max-w-5xl items-center justify-between gap-5 rounded-
24
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"
25
aria-label="Version information"
26
>
27
- {{ $electronGitHubVersion }}
+ <a href="/docs/desktop/1/getting-started/releasenotes">
28
+ {{ $electronGitHubVersion }}
29
+ </a>
30
</div>
31
32
0 commit comments