mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
fix lock icon for retina displays
This commit is contained in:
@@ -143,7 +143,7 @@ export abstract class PageComponent implements OnInit, OnDestroy {
|
||||
PageComponent.isLockedNode(entry) ||
|
||||
PageComponent.isWriteLockedNode(entry)
|
||||
) {
|
||||
return 'assets/images/ic_lock_black_24dp_1x.png';
|
||||
return 'assets/images/baseline-lock-24px.svg';
|
||||
}
|
||||
|
||||
if (PageComponent.isLibrary(entry)) {
|
||||
|
Reference in New Issue
Block a user