Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/roadmap-info-alert.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Alert @color="blue" class="p-5">
<Alert @color="blue" class="p-5" ...attributes>
<div class="prose prose-sm dark:prose-invert prose-blue prose-compact">
<h4>
<div class="flex items-center gap-1">
Expand Down
4 changes: 2 additions & 2 deletions app/templates/roadmap/course-extension-ideas.hbs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class="flex flex-col md:flex-row-reverse gap-3">
<div class="w-full md:w-60 flex-shrink-0">
<div class="md:sticky md:top-4 flex flex-col gap-3">

<LatestReleasesCard @courseExtensionIdeas={{@model.courseExtensionIdeas}} @courseIdeas={{@model.courseIdeas}} />
</div>
</div>
<div class="flex-grow flex flex-col gap-3">
<RoadmapInfoAlert @heading="What are challenge extensions?" class="hidden md:block">
<RoadmapInfoAlert @heading="What are challenge extensions?">
Challenge extensions are groups of extra stages that extend challenges. Vote and help us decide which ones to build.
</RoadmapInfoAlert>

<div class="flex items-center mb-6">
<CourseDropdown
@courses={{this.orderedCourses}}
Expand Down
2 changes: 1 addition & 1 deletion app/templates/roadmap/course-ideas.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
</div>
<div class="flex-grow flex flex-col gap-3">
<RoadmapInfoAlert @heading="What are challenges?" class="hidden md:block">
<RoadmapInfoAlert @heading="What are challenges?">
Challenges are step-by-step coding exercises where you build projects from scratch. Vote and help us decide which challenges to build.
</RoadmapInfoAlert>

Expand Down