💄 (feature step) show in bracket

This commit is contained in:
Julien Calixte
2023-07-23 20:12:10 +02:00
parent 22c2c4aff6
commit d3609a4f03

View File

@@ -33,7 +33,7 @@ const isLive = computed(
<li class="feature-step">
<header>{{ step.title }}</header>
<section class="doing">
<h5>📝 ({{ featuresInProgress.length }})</h5>
<h5>📝 [{{ featuresInProgress.length }}]</h5>
<ul v-if="hasFeaturesInProgress">
<li v-for="feature in featuresInProgress" :key="feature.name">
<Starport
@@ -46,7 +46,7 @@ const isLive = computed(
</ul>
</section>
<section class="done">
<h5>📝 ({{ featuresDone.length }})</h5>
<h5>📝 [{{ featuresDone.length }}]</h5>
<div>
<div class="blue-bin-container">
<div