Skip to content

Commit e4111e8

Browse files
authored
[#55] Custom AssemblyDataLocator and ManifestLocator (#57)
* try fix gitversion problem * remove manual call to gitversion * link to repo in the demo
1 parent b7e4662 commit e4111e8

File tree

11 files changed

+1022
-47
lines changed

11 files changed

+1022
-47
lines changed

demo/WasmHost/Layout/NavMenu.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<div class="top-row pl-4 navbar navbar-dark">
2-
<a class="navbar-brand" href="">Blazor Lazy Loading</a>
2+
<a class="navbar-brand" href="https://github.com/isc30/blazor-lazy-loading">
3+
<span class="oi oi-fork" aria-hidden="true"></span>BlazorLazyLoading</a>
34
<button class="navbar-toggler" @onclick="ToggleNavMenu">
45
<span class="navbar-toggler-icon"></span>
56
</button>

0 commit comments

Comments
 (0)