|
|
@ -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")
|
|
|
|
]),
|
|
|
|
]),
|
|
|
|
});
|
|
|
|
});
|
|
|
|