Skip to content

Commit a134117

Browse files
committed
fix: day2 main schedule times
was accidentally using the same times from day1
1 parent def724b commit a134117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schedule/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h4>Morning Run</h4>
103103

104104
<div class="row">
105105
<div class="col-12 col-md-3 text-right">
106-
<h3>{{ site.data.conf.days[1].time }}
106+
<h3>{{ site.data.conf.days[2].time }}
107107
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
108108
</h3>
109109
</div>

0 commit comments

Comments
 (0)