accessibility
continuous-integration/drone/push Build is passing Details

main
Lucas DELANIER 11 months ago
parent d6ed5d3928
commit 53a277084f

@ -11,6 +11,6 @@ const props = defineProps({
duration-150"> duration-150">
{{ props.number }} {{ props.number }}
</p> </p>
<p class="text-grey-200 text-xl sm:text-2.5xl font-extralight leading-5 sm:leading-8" v-html="props.label"/> <p class="text-grey-200 text-xl sm:text-2.5xl font-extralight leading-5 sm:leading-8" role="heading" v-html="props.label"/>
</div> </div>
</template> </template>
Loading…
Cancel
Save