Skip to content

Commit 4be7ddf

Browse files
committed
Remove link from Blazor WebApp documentation table
The anchor tag linking to the Blazor WebApp (.NET 8) documentation has been removed and replaced with a simple table cell containing the same text. This change streamlines the presentation by eliminating the hyperlink while preserving the descriptive content. NOTE: This commit message is auto-generated using GitHub Copilot.
1 parent 26e8ad8 commit 4be7ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BlazorExpress.Bulma.Demo.RCL/Pages/Docs/GettingStarted/GettingStartedDocumentation.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<tr>
3636
<td>2</td>
3737
<td>.NET 8</td>
38-
<td><a href="/docs/getting-started/blazor-webapp-server-global-net-8">Blazor WebApp (.NET 8) - Interactive render mode Server - Global location</a></td>
38+
<td>Blazor WebApp (.NET 8) - Interactive render mode Server - Global location</td>
3939
<td><DocsLink Text="Project Setup Guide" Href="@DemoRouteConstants.Docs_Getting_Started_WebApp_Server_NET_8" /></td>
4040
</tr>
4141
<tr>

0 commit comments

Comments
 (0)