From 41f25f27f5fa882b9083397d5c63892acc314307 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Sat, 13 Apr 2024 23:15:42 +0200 Subject: [PATCH] (docs) add aria label --- docs/src/theme/Footer/Layout/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/theme/Footer/Layout/index.js b/docs/src/theme/Footer/Layout/index.js index 2054cff9b..efd11e30a 100644 --- a/docs/src/theme/Footer/Layout/index.js +++ b/docs/src/theme/Footer/Layout/index.js @@ -22,7 +22,7 @@ export default function FooterLayout({style, links, logo, copyright}) {
{logo &&
{logo}
} {copyright} - +
)}