File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ const Semesterly = () => {
155155 "November" ,
156156 "December" ,
157157 ] ;
158-
158+
159159 const curDay : number = curDate . getDate ( ) ;
160160 const dateEnding : string = dayToDayEnding ( curDay ) ;
161161 const monthIndex : number = curDate . getMonth ( ) ;
@@ -182,7 +182,7 @@ const Semesterly = () => {
182182 default :
183183 return "th" ;
184184 }
185- }
185+ } ;
186186
187187 const mobile = / A n d r o i d | w e b O S | i P h o n e | i P a d | i P o d | B l a c k B e r r y | I E M o b i l e | O p e r a M i n i / i. test (
188188 navigator . userAgent
@@ -220,8 +220,7 @@ const Semesterly = () => {
220220 { cal }
221221 < footer className = "timetable-footer navbar no-print" >
222222 < p className = "data-last-updated no-print" >
223- Data last updated:{ " " }
224- { toLocalDate ( ) }
223+ Data last updated: { toLocalDate ( ) }
225224 </ p >
226225 < ul className = "nav nav-pills no-print" >
227226 < li className = "footer-button" role = "presentation" >
You can’t perform that action at this time.
0 commit comments