mirror of
https://github.com/flarum/core.git
synced 2025-08-16 13:24:11 +02:00
Update addTagList.js
This commit is contained in:
committed by
Daniël Klabbers
parent
e8dd756345
commit
7458813d59
@@ -32,7 +32,7 @@ export default function() {
|
||||
active = currentTag.parent() === tag;
|
||||
}
|
||||
|
||||
items.add('tag' + tag.id(), TagLinkButton.component({tag, params, active}), -12);
|
||||
items.add('tag' + tag.id(), TagLinkButton.component({tag, params, active}), -14);
|
||||
};
|
||||
|
||||
sortTags(tags)
|
||||
@@ -49,7 +49,7 @@ export default function() {
|
||||
items.add('moreTags', LinkButton.component({
|
||||
children: app.translator.trans('flarum-tags.forum.index.more_link'),
|
||||
href: app.route('tags')
|
||||
}), -12);
|
||||
}), -16);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user