fix: home card title should be h3 for better semantics since the

immediate parent is h2
pull/10/head
Aravinth Manivannan 2022-04-24 21:21:03 +05:30
parent 07f93f35ff
commit d46ef58f81
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
alt="Temporary card icon"
class="home-card__icon"
/>
<h4 class="home-card__title">{{ title }}</h4>
<h3 class="home-card__title">{{ title }}</h3>
<p class="home-card__text">{{ description }}</p>
</div>
{% endmacro home_card %}