diff --git a/src/core/mdn-annotation.js b/src/core/mdn-annotation.js index 24fac00470..8c3ab311ea 100644 --- a/src/core/mdn-annotation.js +++ b/src/core/mdn-annotation.js @@ -211,12 +211,12 @@ function findElements(data) { */ function getEngineSupportIcons(engines) { if (engines.length === 3) { - return html`✅`; + return html`✅`; } if (engines.length < 2) { - return html`🚫`; + return html`🚫`; } - return html` `; + return html` `; } /** diff --git a/src/core/ui.js b/src/core/ui.js index 47b4f0f202..7a6ebaac9b 100644 --- a/src/core/ui.js +++ b/src/core/ui.js @@ -50,7 +50,7 @@ const menu = html`