Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<div class="px-3 sm:px-6 py-6 bg-gray-50 dark:bg-gray-925 rounded-sm border border-gray-200 dark:border-gray-700 mb-6">
<div class="mb-4 font-bold text-lg text-gray-700 dark:text-gray-100 text-center text-pretty">
Work in your Git repo
Write code in your repo
</div>

<div class="prose prose-sm dark:prose-invert mb-4 text-center text-pretty">
<p>
You'll work out of the Git repository that you cloned in the last step.
The Git repository you cloned in the last step is where you will make all your changes.
</p>
</div>

Expand All @@ -24,7 +24,7 @@
<p>
It contains some basic
{{@step.repository.language.name}}
code.
code to get you started.
</p>
</div>
</div>
Expand Down
Loading