[Glitch] Replace unlock-alt icon with unlock

Port 6513f6c953 to glitch-soc
This commit is contained in:
Thibaut Girka
2019-02-01 16:15:44 +01:00
parent e87bd6d94a
commit 2e93f87c9f
6 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ export default class VisibilityIcon extends ImmutablePureComponent {
const visibilityClass = {
public: 'globe',
unlisted: 'unlock-alt',
unlisted: 'unlock',
private: 'lock',
direct: 'envelope',
}[visibility];