From 63e8ccad5bd9efd2734bbcabe11ea7c400ab3de4 Mon Sep 17 00:00:00 2001 From: "yongen.loong" <yongen.loong@aelf.io> Date: Wed, 19 Jun 2024 12:35:06 +0800 Subject: [PATCH] feat: add title to icons --- src/theme/Footer/Copyright/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/Footer/Copyright/index.tsx b/src/theme/Footer/Copyright/index.tsx index 12eda3f..fd1ea8f 100644 --- a/src/theme/Footer/Copyright/index.tsx +++ b/src/theme/Footer/Copyright/index.tsx @@ -19,6 +19,7 @@ export default function CopyrightWrapper(props: Props): JSX.Element { href={i.href} target="_blank" rel="noopener noreferrer" + title={i.label} > {i.icon ? ( <img src={i.icon} />