UX: Have mobile icons match desktop (#243)
This commit is contained in:
parent
54bd6bd2c3
commit
6354215341
|
|
@ -358,7 +358,7 @@ function registerTopicFooterButtons(api) {
|
||||||
api.registerTopicFooterButton({
|
api.registerTopicFooterButton({
|
||||||
id: "reassign-mobile",
|
id: "reassign-mobile",
|
||||||
icon() {
|
icon() {
|
||||||
return "user-plus";
|
return "group-plus";
|
||||||
},
|
},
|
||||||
translatedTitle() {
|
translatedTitle() {
|
||||||
return defaultTitle(this);
|
return defaultTitle(this);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue