Update SettingsPage.razor

pull/181/head
James Montemagno 2022-11-29 15:19:26 -08:00 committed by GitHub
parent e4c81f7b48
commit a27d70e39c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ else
Description="Turn on to use a dark theme (disabled when using system theme)." IsDisabled="@isSystemTheme"
OnChange="@OnDarkThemeChanged" />
</div>
<p class="settings-developed">Podcasts demo website developed in Blazor</p>
<p class="settings-developed">Podcasts demo website developed in <a href="https://blazor.net" target="_blank">Blazor</a> and <a href="https://github.com/microsoft/dotnet-podcasts" target="_blank">Open source on GitHub</a></p>
</div>
</div>
}