From 6f681385b909fcef98baa7176d2cf45f43abed02 Mon Sep 17 00:00:00 2001 From: Ed Date: Mon, 30 May 2022 12:56:35 -0400 Subject: [PATCH] Update how icon names are specified in fa-icon helper --- templates/us-summary.hbs | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/templates/us-summary.hbs b/templates/us-summary.hbs index 60cc673..95fab94 100644 --- a/templates/us-summary.hbs +++ b/templates/us-summary.hbs @@ -22,19 +22,6 @@ {{else}} {{!-- The entity was found and we should display our custom tags --}} - - {{block.acronym}} - - {{#if overallVerdict.malicious}} - Malicious - {{else}} - Not Malicious - {{/if}} - - {{#if overallVerdict.malicious}} {{block.acronym}} @@ -71,7 +58,7 @@ > {{block.acronym}} - {{fa-icon 'tag' fixedWidth=true}} + {{fa-icon icon='tag' fixedWidth=true}} {{tag}} @@ -84,7 +71,7 @@ > {{block.acronym}} - {{fa-icon 'boxes' fixedWidth=true}} + {{fa-icon icon='boxes' fixedWidth=true}} {{tag}} @@ -97,7 +84,7 @@ > {{block.acronym}} - {{fa-icon 'copyright' fixedWidth=true}} + {{fa-icon icon='copyright' fixedWidth=true}} {{brand}}