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.
2 parents 6bff7bd + f3a7951 commit c6e2752Copy full SHA for c6e2752
docs/Linq2GraphQL.Docs/Shared/MainNavigation.razor
@@ -1,8 +1,11 @@
1
-<Navbar Background="NavbarBackground.Dark" Direction="NavbarDirection.Vertical">
+<Navbar Background="NavbarBackground.Dark" Direction="NavbarDirection.Vertical">
2
3
<a href="https://github.com/linq2graphql/linq2graphql.client" class="navbar-brand navbar-brand-autodark">
4
-
5
- <h2 class="text-secondary">Linq2GraphQL</h2>
+ <img src="img/logo.svg" alt="Linq2GraphQL" class="navbar-brand-image me-2">
+ <h2 class="text-secondary">
6
+ Linq2GraphQL
7
+ <div class="fs-6 lh-1 fst-italic">Version: @ThisAssembly.AssemblyFileVersion</div>
8
+ </h2>
9
</a>
10
11
<NavbarMenu>
0 commit comments