From 73344b539efd37ec4f67ef6c41ed4dd711aca95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Tue, 24 Jan 2023 07:41:46 +0100 Subject: [PATCH] Fix `aria-hidden` directly on a link element This link wouldn't have been clickable by screenreaders --- website/src/components/readnext.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/components/readnext.js b/website/src/components/readnext.js index 00eabb278..08c607bf1 100644 --- a/website/src/components/readnext.js +++ b/website/src/components/readnext.js @@ -14,8 +14,8 @@ export default function ReadNext({ title, to }) { {title} - - + +