From d501c695adb16328f103b851299d763ab08e221c Mon Sep 17 00:00:00 2001 From: Petro Silenius Date: Mon, 14 Feb 2022 22:11:01 +0200 Subject: [PATCH] Add aria label to loading icons --- pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index ecadc40..766c37c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -47,7 +47,7 @@ const Home = ({ firstCompanies, initialResultsAmount }: HomeProps) => { /> {loading && offset === 0 ? ( - + ) : ( <> @@ -82,7 +82,7 @@ const Home = ({ firstCompanies, initialResultsAmount }: HomeProps) => { Hae lisää ) : ( - + )} )}