Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #236 from trba1810/Link-decoration-does-not-return…
Browse files Browse the repository at this point in the history
…-after-being-set-to-none-#28

Link decoration does not return after being set to none #28
  • Loading branch information
jamesmontemagno authored Oct 11, 2023
2 parents 0b587ff + 0d70b23 commit 11dd3eb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Web/Server/Pages/Landing.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,13 @@
<p class="section-description">
<b>.NET Podcasts is powered by .NET &amp; hosted in Azure</b>
In addition to the native mobile and desktop apps powered by
<a href="https://aka.ms/dotnet-maui-landing" target="_blank">.NET MAUI</a>
and web app powered by <a href="https://blazor.net">Blazor</a>,
<a class="buttonApp primary" href="https://aka.ms/dotnet-maui-landing" target="_blank">.NET MAUI</a>
and web app powered by <a class="buttonApp primary" href="https://blazor.net">
Blazor</></a>
.NET Podcasts runs powerful backend Web APIs, service workers,
and SignalR hubs powered by <a href="https://dotnet.microsoft.com/apps/aspnet/apis" target="_blank">ASP.NET Core</a>.
and SignalR hubs powered by <a class="buttonApp primary" href="https://dotnet.microsoft.com/apps/aspnet/apis" target="_blank">ASP.NET Core</a>.
This is all brought together with Azure and microservices powered
by <a href="https://azure.microsoft.com/services/container-apps">Azure Container Apps</a>.
by <a class="buttonApp primary" href="https://azure.microsoft.com/services/container-apps">Azure Container Apps</a>.
</p>
</div>
<img src="images/microsoft-logo.svg"
Expand Down

0 comments on commit 11dd3eb

Please sign in to comment.