flag some hardcoded alt text

master
ansuz 3 years ago
parent dc071d0095
commit 05f8378da5

@ -1735,7 +1735,7 @@ define([
tag: 'div', tag: 'div',
attributes: {'class': 'cp-user-menu-logo'}, attributes: {'class': 'cp-user-menu-logo'},
content: h('span', [ content: h('span', [
h('img', {src: '/customize/CryptPad_logo_grey.svg',alt: 'CryptPad logo',}), h('img', {src: '/customize/CryptPad_logo_grey.svg',alt: 'CryptPad logo',}), // XXX hardcoded alt text?
h('span.cp-user-menu-logo-text', "CryptPad") h('span.cp-user-menu-logo-text', "CryptPad")
]), ]),
}); });

Loading…
Cancel
Save