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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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