Fix wrong icon being used for appearance tab in space preferences dialog (#7570)

This commit is contained in:
Michael Telatynski 2022-01-19 00:56:49 +00:00 committed by GitHub
parent 336e1ae3b6
commit aac5964121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -73,7 +73,7 @@ const SpacePreferencesDialog: React.FC<IProps> = ({ space, initialTabId, onFinis
new Tab(
SpacePreferenceTab.Appearance,
_td("Appearance"),
"mx_RoomSettingsDialog_notificationsIcon",
"mx_SpacePreferencesDialog_appearanceIcon",
<SpacePreferencesAppearanceTab space={space} />,
),
];