From 0e44589df1254ec136f630daba098b47362db38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Str=C3=B6mberg?= Date: Thu, 21 Nov 2024 14:14:24 +0100 Subject: [PATCH] Add alt text to logo --- apps/admin/src/views/mapoptions.jsx | 21 +++++++++++++++++++++ apps/client/src/components/App.js | 4 +++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/apps/admin/src/views/mapoptions.jsx b/apps/admin/src/views/mapoptions.jsx index 2305bbb97..c50772422 100644 --- a/apps/admin/src/views/mapoptions.jsx +++ b/apps/admin/src/views/mapoptions.jsx @@ -1132,6 +1132,27 @@ class MapOptions extends Component { }} /> +
+ + { + this.setState({ logoAltText: e.target.value }, () => + this.validateField("logoAltText") + ); + }} + /> +