From d46ef58f811b1d9fde204f23ca3002125cb04b49 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 24 Apr 2022 21:21:03 +0530 Subject: [PATCH] fix: home card title should be h3 for better semantics since the immediate parent is h2 --- templates/home/components/home-card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/home/components/home-card.html b/templates/home/components/home-card.html index 65c88a5..feecd3a 100644 --- a/templates/home/components/home-card.html +++ b/templates/home/components/home-card.html @@ -5,7 +5,7 @@ alt="Temporary card icon" class="home-card__icon" /> -

{{ title }}

+

{{ title }}

{{ description }}

{% endmacro home_card %}