mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
prettier is offended
This commit is contained in:
parent
8ceed642cb
commit
7331b0ac07
1 changed files with 6 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue