Changing header from span to h2 tag

This commit is contained in:
Max 2021-12-03 14:26:52 -05:00
parent 955055e8e3
commit 4bfb82bdb7

View file

@ -1,7 +1,7 @@
<template>
<div class="current_car_info-text">
<div class="d-flex align-items-center justify-content-center">
<span class="text-center text-dark fs-5 d-block">{{ text }}</span>
<h2 class="text-center text-dark fs-5 d-block fw-normal mb-0">{{ text }}</h2>
</div>
</div>
</template>