Skip to content

Commit

Permalink
refactor: Update temporary card to CTA in instructions.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
andy1li committed Dec 28, 2024
1 parent 07f69c2 commit de6a043
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/course/stage/instructions.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</div>
{{/if}}

{{! TODO: Remove this temporary card }}
{{! TODO: Remove this temporary CTA }}
{{#if (and @model.courseStage.isSecond (eq @model.courseStage.course.slug "shell"))}}
<div class="my-10 mx-6 flex items-start gap-4">
<img
Expand All @@ -112,9 +112,9 @@
class="shrink-0 overflow-hidden rounded-full size-8 filter drop-shadow-sm ring-1 ring-white dark:ring-white/5 shadow"
/>
<div class="prose prose-compact dark:prose-invert text-sm">
<h4 class="text-base text-gray-600 dark:text-gray-300">Hi there! I'm Andy 👋</h4>
<h4 class="text-base text-gray-600 dark:text-gray-300">Help us improve!</h4>
<p>
I'm working on improving our stage 2 experience.
Hi there! I'm Andy, and I'm working on improving the stage 2 experience.
</p>
<p>
If you find anything confusing here, mind letting me know on
Expand Down

0 comments on commit de6a043

Please sign in to comment.