We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4565838 commit 5e795f6Copy full SHA for 5e795f6
1 file changed
src/app/Components/Pages/NET.Conf/Year2025/Components/ScheduleSection.razor
@@ -1,7 +1,7 @@
1
@using Microsoft.Extensions.Localization
2
@inject Microsoft.Extensions.Localization.IStringLocalizerFactory LocalizerFactory
3
4
-<section id="schedule" class="bg-gray-50 py-16">
+<section id="schedule" data-section-id="schedule" class="bg-gray-50 py-16">
5
<div class="container mx-auto px-4">
6
<h2 class="heading heading-1 mb-4">
7
@SharedLocalizer["NetConf_2025_Schedule_Title"]
0 commit comments