From 822a3ce5ec9157c2e32bb8ac3130fea54abad410 Mon Sep 17 00:00:00 2001 From: Luccas Mateus Date: Thu, 20 Jul 2023 10:17:24 -0300 Subject: [PATCH] [site][lighthouse] - increate accessibility (#989) --- 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 3cf4f710b..5839ee5c5 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 97ab98abe..0a262e3ac 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') ? (