Skip to content

Commit a21c40e

Browse files
committed
Update StartNetFx.cshtml
1 parent 1fcacc2 commit a21c40e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

MyApp/Pages/StartNetFx.cshtml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,6 @@ const App = {
4343
</div>
4444
4545
<div class="mb-4 flex flex-col items-center">
46-
<div>
47-
<div class="mb-16 max-w-prose mx-auto">
48-
<nav class="isolate flex divide-x divide-gray-200 rounded-lg shadow" aria-label="Tabs">
49-
<a href="/start-netfx#projects" class="text-gray-900 rounded-l-lg group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-4 text-center text-sm font-medium hover:bg-gray-50 focus:z-10" aria-current="page">
50-
<span class="whitespace-nowrap">.NET Framework</span>
51-
<span aria-hidden="true" class="bg-indigo-500 absolute inset-x-0 bottom-0 h-0.5"></span>
52-
</a>
53-
<a href="/start-corefx#projects" class="text-gray-500 hover:text-gray-700 rounded-r-lg group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-4 text-center text-sm font-medium hover:bg-gray-50 focus:z-10">
54-
<span class="whitespace-nowrap pr-4">ASP.NET Core on FX</span>
55-
<span aria-hidden="true" class="bg-transparent absolute inset-x-0 bottom-0 h-0.5"></span>
56-
</a>
57-
</nav>
58-
</div>
59-
</div>
60-
6146
<h2 class="my-8 tracking-tight font-semibold text-xl text-slate-600">Empty Project Templates</h2>
6247
<div class="flex flex-wrap justify-center gap-x-2">
6348
<div>

0 commit comments

Comments
 (0)