fix: DTL card btn

close #102
This commit is contained in:
Timothée Goguely 2025-01-27 10:40:30 +01:00
parent de3072794f
commit b725146861
3 changed files with 13 additions and 10 deletions

View file

@ -31,7 +31,7 @@
}}
</router-link>
</footer>
<div v-if="isDesignToLightStep(step)">Design to light</div>
<div class="btn btn--xs btn--dtl | mt-16" v-if="isDesignToLightStep(step)" data-icon="leaf" lang="en">Design to Light</div>
</article>
</template>
<script setup>