From cad4110d8e9bb7f5109053f95bb86bc01f0f0c17 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Tue, 16 Sep 2025 14:40:14 -0700 Subject: [PATCH] feat(roadmap): always show RoadmapInfoAlert on all screen sizes Remove the "hidden md:block" classes from RoadmapInfoAlert components to ensure the informational alerts about challenges and extensions are visible on all screen sizes. Also, update RoadmapInfoAlert to forward HTML attributes to the underlying Alert component for better flexibility. These changes improve user awareness of roadmap concepts regardless of device or viewport. --- app/components/roadmap-info-alert.hbs | 2 +- app/templates/roadmap/course-extension-ideas.hbs | 4 ++-- app/templates/roadmap/course-ideas.hbs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/roadmap-info-alert.hbs b/app/components/roadmap-info-alert.hbs index d89bffdec2..b4837f65a1 100644 --- a/app/components/roadmap-info-alert.hbs +++ b/app/components/roadmap-info-alert.hbs @@ -1,4 +1,4 @@ - +

diff --git a/app/templates/roadmap/course-extension-ideas.hbs b/app/templates/roadmap/course-extension-ideas.hbs index c3960f8207..b9b1ccb8f8 100644 --- a/app/templates/roadmap/course-extension-ideas.hbs +++ b/app/templates/roadmap/course-extension-ideas.hbs @@ -1,14 +1,14 @@
-
-