💬 (step) add hourglass

This commit is contained in:
Julien Calixte
2023-07-21 01:20:02 +02:00
parent 97cb45dd7b
commit 601f41d667

View File

@@ -14,7 +14,7 @@ const remainingBlueBuckets = computed(() =>
<li class="feature-step">
<header>{{ step.title }}</header>
<section class="doing">
<h5>📝</h5>
<h5>📝</h5>
<ul v-if="step.featuresInProgress.length > 0">
<li v-for="feature in step.featuresInProgress" :key="feature">
{{ feature }}
@@ -22,7 +22,7 @@ const remainingBlueBuckets = computed(() =>
</ul>
</section>
<section class="done">
<h5></h5>
<h5>📝</h5>
<ul v-if="step.featuresDone.length > 0">
<li v-for="feature in step.featuresDone" :key="feature">
{{ feature }}