From 4614fe5655a4a685f8ec0362812876d941fe2b0e Mon Sep 17 00:00:00 2001 From: Prakash Date: Sun, 11 Apr 2021 01:50:24 +0530 Subject: [PATCH 01/50] Removed span --- app/components/upload-image.hbs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/components/upload-image.hbs b/app/components/upload-image.hbs index e0ba9e0c..3cd094d3 100644 --- a/app/components/upload-image.hbs +++ b/app/components/upload-image.hbs @@ -9,12 +9,9 @@

{{#if this.isImageSelected}} - You have selected{{this.imageFileName}} + You have selected {{this.imageFileName}} {{else}} - Drag and drop file here - - or - + Drag and drop file here or {{/if}}