Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 49f97eb

Browse files
committed
Removed duplicate heading from home page
1 parent 5ae2ce7 commit 49f97eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/FrontEnd/Pages/Index.cshtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
}
2525
</ul>
2626

27-
<h1>My Conference @System.DateTime.Now.Year</h1>
28-
2927
@foreach (var timeSlot in Model.Sessions)
3028
{
3129
<h4>@timeSlot.Key?.ToString("HH:mm")</h4>

0 commit comments

Comments
 (0)