Skip to content

Commit 0b7f66e

Browse files
committed
bump landing
1 parent 579c9d6 commit 0b7f66e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/pages/index.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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
</>

0 commit comments

Comments
 (0)