Update SettingsPage.razor
parent
e4c81f7b48
commit
a27d70e39c
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue