prettier is offended

This commit is contained in:
Neil Lalonde 2018-07-13 14:57:55 -04:00
parent 8ceed642cb
commit 7331b0ac07
1 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,12 @@ export default createWidget("home-logo", {
if (logoSmallUrl.length) {
return h("img#site-logo.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 {
return iconNode("home");