2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

prettier is offended

This commit is contained in:
Neil Lalonde 2018-07-13 14:57:55 -04:00
parent 8ceed642cb
commit 7331b0ac07

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");