Skip to content

Commit e290461

Browse files
committed
feat: disable Counter and Weather navigation links
1 parent 4e2a223 commit e290461

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/BlazorApps/Layout/NavMenu.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<nav class="sitenav" aria-labelledby="main-menu">
55
<FluentNavMenu Id="main-menu" Width="250" Collapsible="true" Title="Navigation menu" @bind-Expanded="expanded" CustomToggle="true">
66
<FluentNavLink Href="/" Match="NavLinkMatch.All" Icon="@(new Icons.Regular.Size20.Home())" IconColor="Color.Accent">Home</FluentNavLink>
7-
<FluentNavLink Href="counter" Icon="@(new Icons.Regular.Size20.NumberSymbolSquare())" IconColor="Color.Accent">Counter</FluentNavLink>
8-
<FluentNavLink Href="weather" Icon="@(new Icons.Regular.Size20.WeatherPartlyCloudyDay())" IconColor="Color.Accent">Weather</FluentNavLink>
7+
<!-- <FluentNavLink Href="counter" Icon="@(new Icons.Regular.Size20.NumberSymbolSquare())" IconColor="Color.Accent">Counter</FluentNavLink> -->
8+
<!-- <FluentNavLink Href="weather" Icon="@(new Icons.Regular.Size20.WeatherPartlyCloudyDay())" IconColor="Color.Accent">Weather</FluentNavLink> -->
99
<FluentNavLink Href="tools/guid" Icon="@(new Icons.Regular.Size20.Key())" IconColor="Color.Accent">GUID Generator</FluentNavLink>
1010
<FluentNavLink Href="tools/base64" Icon="@(new Icons.Regular.Size20.ArrowSwap())" IconColor="Color.Accent">Base64 Converter</FluentNavLink>
1111
</FluentNavMenu>

0 commit comments

Comments
 (0)