We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca25500 commit b92f6e5Copy full SHA for b92f6e5
1 file changed
examples/Demo/Shared/Shared/DemoMainLayout.razor
@@ -37,7 +37,7 @@
37
38
<div class="links">
39
<FluentAnchor Appearance="Appearance.Hypertext"
40
- Href="http://github.com/microsoft/fluentui-blazor" Target="_blank" Rel="noreferrer noopener"
+ Href="https://github.com/microsoft/fluentui-blazor" Target="_blank" Rel="noreferrer noopener"
41
title="Fluent UI Blazor library source on GitHub" aria-label="Fluent UI Blazor library source on GitHub">
42
<FluentIcon Value="@(new DemoIcons.Size20.GitHub())" Color="Color.FillInverse" />
43
</FluentAnchor>
0 commit comments