Skip to content

Commit

Permalink
minor change to format
Browse files Browse the repository at this point in the history
  • Loading branch information
YiranDuan721 committed Jan 27, 2024
1 parent 64e4027 commit 6e80f71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web/template/home.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@
: 'No upcoming lecture.'"></span>
<a x-cloak x-show="course.LastRecording.ID !== 0" :href="course.LastRecordingURL()">
<i class="fa-solid fa-square-up-right"></i>
<span class="hover:underline">Most recent lecture:</span>
<span x-text="`${course.LastRecording.FriendlyDateStart()}`"></span>
<span class="hover:underline"
x-text="`Most recent lecture: ${course.LastRecording.FriendlyDateStart()}`"></span>
</a>
</div>
</section>
Expand Down Expand Up @@ -303,8 +303,8 @@
: 'No upcoming lecture.'"></span>
<a x-cloak x-show="course.LastRecording.ID !== 0" :href="course.LastRecordingURL()">
<i class="fa-solid fa-square-up-right"></i>
<span class="hover:underline">Most recent lecture:</span>
<span x-text="`${course.LastRecording.FriendlyDateStart()}`"></span>
<span class="hover:underline"
x-text="`Most recent lecture: ${course.LastRecording.FriendlyDateStart()}`"></span>
</a>
</div>
</section>
Expand Down Expand Up @@ -733,8 +733,8 @@
: 'No upcoming lecture.'"></span>
<a x-cloak x-show="course.LastRecording.ID !== 0" :href="course.LastRecordingURL()">
<i class="fa-solid fa-square-up-right"></i>
<span class="hover:underline">Most recent lecture:</span>
<span x-text="`${course.LastRecording.FriendlyDateStart()}`"></span>
<span class="hover:underline"
x-text="`Most recent lecture: ${course.LastRecording.FriendlyDateStart()}`"></span>
</a>
</div>
</section>
Expand Down

0 comments on commit 6e80f71

Please sign in to comment.