prettier is offended
This commit is contained in:
parent
8ceed642cb
commit
7331b0ac07
|
@ -31,7 +31,12 @@ export default createWidget("home-logo", {
|
||||||
if (logoSmallUrl.length) {
|
if (logoSmallUrl.length) {
|
||||||
return h("img#site-logo.logo-small", {
|
return h("img#site-logo.logo-small", {
|
||||||
key: "logo-small",
|
key: "logo-small",
|
||||||
attributes: { src: Discourse.getURL(logoSmallUrl), width: 33, height: 33, alt: title }
|
attributes: {
|
||||||
|
src: Discourse.getURL(logoSmallUrl),
|
||||||
|
width: 33,
|
||||||
|
height: 33,
|
||||||
|
alt: title
|
||||||
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
return iconNode("home");
|
return iconNode("home");
|
||||||
|
|
Loading…
Reference in New Issue