Skip to content

Commit

Permalink
feat: add title to icons
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 19, 2024
1 parent 463696b commit 63e8cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/Footer/Copyright/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} />
Expand Down

0 comments on commit 63e8cca

Please sign in to comment.