From 8d31bf8f27b33f2204c14379968a366272a3315a Mon Sep 17 00:00:00 2001 From: prototypa Date: Mon, 14 Aug 2023 03:32:08 -0400 Subject: [PATCH] Fix: Heading elements are not in a sequentially-descending order --- src/components/widgets/Stats.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/widgets/Stats.astro b/src/components/widgets/Stats.astro index db52bef..943d37d 100644 --- a/src/components/widgets/Stats.astro +++ b/src/components/widgets/Stats.astro @@ -35,9 +35,9 @@ const { )} {title && ( -
+
{title} -
+ )} ))