Skip to content

Commit d889538

Browse files
committed
Fix the circle checking
1 parent 8b1787a commit d889538

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/routes/+page.svelte

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,27 @@
6464
<h2>Timeline</h2>
6565
<div class="timeline text-center">
6666
<span class="timeline-item">
67-
<span class="material-symbols-outlined"> check_circle </span>
67+
<span class="material-symbols-outlined"> circle </span>
6868
<p>1st January (New Years Day!)</p>
6969
<p>Call for speakers opens</p>
7070
</span>
7171
<span class="timeline-item">
72-
<span class="material-symbols-outlined"> check_circle </span>
72+
<span class="material-symbols-outlined"> circle </span>
7373
<p>31st January</p>
7474
<p>Call for speakers closes</p>
7575
</span>
7676
<span class="timeline-item">
77-
<span class="material-symbols-outlined"> check_circle </span>
77+
<span class="material-symbols-outlined"> circle </span>
7878
<p>3rd February</p>
7979
<p>Session voting opens</p>
8080
</span>
8181
<span class="timeline-item">
82-
<span class="material-symbols-outlined"> check_circle </span>
82+
<span class="material-symbols-outlined"> circle </span>
8383
<p>14th February</p>
8484
<p>Session voting closes</p>
8585
</span>
8686
<span class="timeline-item">
87-
<span class="material-symbols-outlined"> check_circle </span>
87+
<span class="material-symbols-outlined"> circle </span>
8888
<p>31st March</p>
8989
<p>Schedule announced and ticket registration opens</p>
9090
</span>

0 commit comments

Comments
 (0)