diff --git a/src/index.ts b/src/index.ts
index b55c7c1..d13b040 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -174,9 +174,10 @@ export class TopsortBanner extends LitElement {
}
`;
const href = this.getLink(banner);
- const imgtag = html``
- const atag = this.target? html`${imgtag}`
- : html`${imgtag}`
+ const imgtag = html`
`;
+ const atag = this.target
+ ? html`${imgtag}`
+ : html`${imgtag}`;
return html`