Skip to content

Commit c6e2752

Browse files
authored
Merge pull request #57 from Linq2GraphQL/fix-version-and-logo
Update navbar to include logo and version display
2 parents 6bff7bd + f3a7951 commit c6e2752

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/Linq2GraphQL.Docs/Shared/MainNavigation.razor

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
<Navbar Background="NavbarBackground.Dark" Direction="NavbarDirection.Vertical">
1+
<Navbar Background="NavbarBackground.Dark" Direction="NavbarDirection.Vertical">
22

33
<a href="https://github.com/linq2graphql/linq2graphql.client" class="navbar-brand navbar-brand-autodark">
4-
5-
<h2 class="text-secondary">Linq2GraphQL</h2>
4+
<img src="img/logo.svg" alt="Linq2GraphQL" class="navbar-brand-image me-2">
5+
<h2 class="text-secondary">
6+
Linq2GraphQL
7+
<div class="fs-6 lh-1 fst-italic">Version: @ThisAssembly.AssemblyFileVersion</div>
8+
</h2>
69
</a>
710

811
<NavbarMenu>

0 commit comments

Comments
 (0)