add netlify logo

This commit is contained in:
JFH
2020-12-06 19:17:24 +01:00
parent c992c511bd
commit 12a52208f1
2 changed files with 7 additions and 50 deletions

View File

@@ -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':