UX: Have mobile icons match desktop (#243)

This commit is contained in:
janzenisaac 2021-11-15 11:53:56 -06:00 committed by GitHub
parent 54bd6bd2c3
commit 6354215341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ function registerTopicFooterButtons(api) {
api.registerTopicFooterButton({
id: "reassign-mobile",
icon() {
return "user-plus";
return "group-plus";
},
translatedTitle() {
return defaultTitle(this);