From 12a52208f12b68172d20d0daaeee2848874b04d7 Mon Sep 17 00:00:00 2001
From: JFH <20402845+jfhenon@users.noreply.github.com>
Date: Sun, 6 Dec 2020 19:17:24 +0100
Subject: [PATCH] add netlify logo
---
src/editor/components/seMenu.js | 2 +-
src/editor/index.html | 55 ++++-----------------------------
2 files changed, 7 insertions(+), 50 deletions(-)
diff --git a/src/editor/components/seMenu.js b/src/editor/components/seMenu.js
index 2c766e31..418a43c5 100644
--- a/src/editor/components/seMenu.js
+++ b/src/editor/components/seMenu.js
@@ -52,7 +52,7 @@ export class SeMenu extends HTMLElement {
* @returns {void}
*/
attributeChangedCallback (name, oldValue, newValue) {
- var image = new Image();
+ const image = new Image();
if (oldValue === newValue) return;
switch (name) {
case 'src':
diff --git a/src/editor/index.html b/src/editor/index.html
index 3303c0eb..d84f064b 100644
--- a/src/editor/index.html
+++ b/src/editor/index.html
@@ -84,56 +84,13 @@