FIX: position invite footer button before archive (#6990)

This commit is contained in:
Joffrey JAFFEUX
2019-02-08 12:21:51 +01:00
committed by GitHub
parent e9ec5238fc
commit e3324737ee

View File

@@ -97,7 +97,7 @@ export default {
registerTopicFooterButton({
id: "archive",
priority: 1001,
priority: 996,
icon() {
return this.get("archiveIcon");
},