diff --git a/routes/_components/ExternalLink.html b/routes/_components/ExternalLink.html index c9e6f76d..5f9ad958 100644 --- a/routes/_components/ExternalLink.html +++ b/routes/_components/ExternalLink.html @@ -2,13 +2,11 @@ target="_blank" href="{{href}}" class="{{className || ''}} {{showIcon ? 'external-link-with-icon' : ''}} {{normalIconColor ? 'normal-icon-color' : ''}}"> - - {{#if showIcon}} + {{#if showIcon}} - {{/if}} - + {{/if}}