mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
Fix lint error for service anchors
This commit is contained in:
parent
66a1368aa3
commit
9984e7894f
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ export default function Item({ service, group, useEqualHeights }) {
|
|||
target={service.target ?? settings.target ?? "_blank"}
|
||||
rel="noreferrer"
|
||||
className="flex-shrink-0 flex items-center justify-center w-12 service-icon"
|
||||
aria-label={service.icon}
|
||||
>
|
||||
<ResolvedIcon icon={service.icon} />
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue