File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -268,14 +268,22 @@ const CourseCatalog = () => {
268268 size = { { base : "xs" , sm : "sm" , md : "md" } }
269269 leftIcon = { < IoMdCalendar /> }
270270 >
271- Try our Schedule Assistant!
271+ Schedule Assistant
272272 </ Button >
273273 </ div >
274274 < div className = "absolute bottom-0 w-full" >
275275 < Footer />
276276 </ div >
277277
278- < ReleaseNotes />
278+ { /* <ReleaseNotes /> */ }
279+ < div className = 'hidden md:block' >
280+ < div
281+ className = "fixed bottom-4 left-4 bg-gradient-to-r from-green-500 to-green-600 text-white px-4 py-2 rounded-full shadow-lg z-50 flex items-center gap-2"
282+ >
283+ < IoMdCalendar className = "text-sm" />
284+ < span className = "text-sm font-medium" > Spring 2026 Live!</ span >
285+ </ div >
286+ </ div >
279287 </ div >
280288 ) }
281289 </ >
You can’t perform that action at this time.
0 commit comments