Skip to content

Commit

Permalink
comment badge step number
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Dec 6, 2024
1 parent b1e9cda commit 1e3f06c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.mustache.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h1 id="loginScreenProjectNameSplited">{{{ projectNameSplitedHTML }}}</h1>
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h4 class="my-0 fw-normal">
<span class="badge bg-primary rounded-pill">1</span>
<!-- <span class="badge bg-primary rounded-pill">1</span> -->
<p style="color:white">OAuth 2.0</p>
</h4>
</div>
Expand Down Expand Up @@ -285,7 +285,7 @@ <h4 class="my-0 fw-normal">
<div class="card mb-4 shadow-sm">
<div id="alarm" class="card-header">
<h4 class="my-0 fw-normal">
<span class="badge bg-primary rounded-pill">2</span>
<!-- <span class="badge bg-primary rounded-pill">2</span> -->
<p style="color:white">10 minutes to use</p>
</h4>
</div>
Expand All @@ -301,7 +301,7 @@ <h4 class="my-0 fw-normal">
<div class="card mb-4 shadow-sm">
<div id="cleanup" class="card-header">
<h4 class="my-0 fw-normal">
<span class="badge bg-primary rounded-pill">3</span>
<!-- <span class="badge bg-primary rounded-pill">3</span> -->
<p style="color:white">Garbage collector</p>
</h4>
</div>
Expand Down

0 comments on commit 1e3f06c

Please sign in to comment.