Skip to content

Commit

Permalink
adding back missing alt atribute to Attribution (#10565)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Sep 20, 2024
1 parent 80ffa72 commit 5539b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/product/plugins/Attribution.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
position: 0,
label: props.label || 'GeoSolutions',
href: props.href || 'https://www.geosolutionsgroup.com/',
img: <img className="customer-logo" src={props.src || src} height={props.height || "30"} style={props.style || {}}/>,
img: <img className="customer-logo" alt={props.label} src={props.src || src} height={props.height || "30"} style={props.style || {}}/>,
logo: true
})
}
Expand Down

0 comments on commit 5539b5f

Please sign in to comment.