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 97d566c commit ce1bedeCopy full SHA for ce1bede
src/Two/Shared/MainLayout.razor
@@ -24,7 +24,7 @@
24
<MudNavLink Href="/" Icon="@Icons.Filled.Home" Match="NavLinkMatch.All">Home</MudNavLink>
25
<MudNavLink Href="/experience" Icon="@Icons.Filled.School">Experience</MudNavLink>
26
<MudNavLink Href="/portfolio" Icon="@Icons.Filled.BusinessCenter">Portfolio</MudNavLink>
27
- <MudNavLink Href="https://github.com/TwoLogician/gookbit" Icon="@Icons.Filled.MenuBook" Target="_blank">Blog</MudNavLink>
+ <MudNavLink Href="https://book.twobe.net" Icon="@Icons.Filled.MenuBook" Target="_blank">Blog</MudNavLink>
28
<MudNavLink Href="/contact" Icon="@Icons.Filled.Mail">Contact</MudNavLink>
29
</MudNavMenu>
30
</div>
0 commit comments