Remove logo spinner
Removed since design wants to avoid associating slowness with the brand. Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
d0d56d4b42
commit
332412782e
7 changed files with 14 additions and 204 deletions
|
@ -1307,7 +1307,7 @@ const BasicUserInfo: React.FC<{
|
|||
}
|
||||
|
||||
if (pendingUpdateCount > 0) {
|
||||
spinner = <Spinner imgClassName="mx_ContextualMenu_spinner" />;
|
||||
spinner = <Spinner />;
|
||||
}
|
||||
|
||||
let memberDetails;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue