From 3d4ced0e34cd42bf5a237f1ec199b8920d71fd62 Mon Sep 17 00:00:00 2001 From: Arnaud AMBROSELLI Date: Fri, 6 Oct 2023 16:26:20 +0200 Subject: [PATCH] =?UTF-8?q?fix(dashboard):=20indication=20sur=20l'ic=C3=B4?= =?UTF-8?q?ne=20Description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/components/DescriptionIcon.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dashboard/src/components/DescriptionIcon.js b/dashboard/src/components/DescriptionIcon.js index 5267d0558..fa4933bbc 100644 --- a/dashboard/src/components/DescriptionIcon.js +++ b/dashboard/src/components/DescriptionIcon.js @@ -2,7 +2,12 @@ import React from 'react'; import openNewWindow from '../assets/icons/description-icon.svg'; const DescriptionIcon = () => ( -
+
); export default DescriptionIcon;