Skip to content

Commit 40ed760

Browse files
authored
fix: remove \ from "today's"
1 parent b14dda9 commit 40ed760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SEQTA.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ export async function loadHomePage() {
20762076
const Timetable = stringToHTML(/* html */`
20772077
<div class="timetable-container border" ${settingsState.animations ? `style="opacity: 0;"` : ''}>
20782078
<div class="home-subtitle">
2079-
<h2 id="home-lesson-subtitle">Today\'s Lessons</h2>
2079+
<h2 id="home-lesson-subtitle">Today's Lessons</h2>
20802080
<div class="timetable-arrows">
20812081
<svg width="24" height="24" viewBox="0 0 24 24" style="transform: scale(-1,1)" id="home-timetable-back"><g style="fill: currentcolor;"><path d="M8.578 16.359l4.594-4.594-4.594-4.594 1.406-1.406 6 6-6 6z"></path></g></svg>
20822082
<svg width="24" height="24" viewBox="0 0 24 24" id="home-timetable-forward"><g style="fill: currentcolor;"><path d="M8.578 16.359l4.594-4.594-4.594-4.594 1.406-1.406 6 6-6 6z"></path></g></svg>

0 commit comments

Comments
 (0)