From 951f3d2431c6518e1b90e039417f0a812c4955ba Mon Sep 17 00:00:00 2001 From: MV88 Date: Fri, 20 Sep 2024 12:12:36 +0200 Subject: [PATCH] adding back missing alt atribute to Attribution --- web/client/product/plugins/Attribution.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/product/plugins/Attribution.jsx b/web/client/product/plugins/Attribution.jsx index aa2eaf31d4..d8072b0ef7 100644 --- a/web/client/product/plugins/Attribution.jsx +++ b/web/client/product/plugins/Attribution.jsx @@ -56,7 +56,7 @@ export default { position: 0, label: props.label || 'GeoSolutions', href: props.href || 'https://www.geosolutionsgroup.com/', - img: , + img: {props.label}, logo: true }) }