Skip to content

Commit

Permalink
feat: Add conditional rendering for terminal instructions in first-st…
Browse files Browse the repository at this point in the history
…age-tutorial-card
  • Loading branch information
andy1li committed Jan 7, 2025
1 parent 9a37bf2 commit 9e073e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<CoursePage::InstructionsCard @title="How to pass this stage" id="first-stage-tutorial-card" ...attributes>
<:content>
<div class="prose dark:prose-invert mb-5">
{{#if true}}
{{#if this.shouldShowTerminalInstructions}}
<p>
In this stage, you'll implement printing a shell prompt ($) and waiting for user input.
</p>
Expand Down

0 comments on commit 9e073e4

Please sign in to comment.