From a177e239c621a9e5085b22d0970bff619273b271 Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Tue, 18 May 2021 11:00:24 +0200 Subject: [PATCH] Fixed button with image Signed-off-by: Florian BOUILLON --- src/dzeio/Button/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dzeio/Button/index.tsx b/src/dzeio/Button/index.tsx index e054301..1c329b0 100644 --- a/src/dzeio/Button/index.tsx +++ b/src/dzeio/Button/index.tsx @@ -34,7 +34,7 @@ export default class Button extends React.Component { inner = ( <> {typeof Icon === 'string' ? ( - + ) : ( )}