From 6a3b01fd9179c1cf59b3d1617c8b8354d5e2a964 Mon Sep 17 00:00:00 2001 From: Luccas Mateus de Medeiros Gomes Date: Thu, 20 Jul 2023 10:18:49 -0300 Subject: [PATCH] [site][lighthouse] - increate accessibility --- site/components/Hero.tsx | 2 +- site/components/NavItem.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/components/Hero.tsx b/site/components/Hero.tsx index 3cf4f710..5839ee5c 100644 --- a/site/components/Hero.tsx +++ b/site/components/Hero.tsx @@ -41,7 +41,7 @@ export function Hero() { {/* Commented code on line 37, 39 and 113 will reenable the two columns hero */}
-
+

The JavaScript framework for data portals

diff --git a/site/components/NavItem.tsx b/site/components/NavItem.tsx index 97ab98ab..0a262e3a 100644 --- a/site/components/NavItem.tsx +++ b/site/components/NavItem.tsx @@ -20,7 +20,7 @@ export default function NavItem({ item }) { }; return ( - + {Object.prototype.hasOwnProperty.call(item, 'href') ? (