diff --git a/apps/red-ui/src/app/modules/pdf-viewer/services/readable-redactions.service.ts b/apps/red-ui/src/app/modules/pdf-viewer/services/readable-redactions.service.ts index 432d1807a..96e2fd278 100644 --- a/apps/red-ui/src/app/modules/pdf-viewer/services/readable-redactions.service.ts +++ b/apps/red-ui/src/app/modules/pdf-viewer/services/readable-redactions.service.ts @@ -13,8 +13,8 @@ import Annotation = Core.Annotations.Annotation; @Injectable() export class ReadableRedactionsService { readonly active$: Observable; - readonly #enableIcon = this._convertPath('/assets/icons/general/pdftron-action-disable-tooltips.svg'); - readonly #disableIcon = this._convertPath('/assets/icons/general/pdftron-action-enable-tooltips.svg'); + readonly #enableIcon = this._convertPath('/assets/icons/general/redaction-preview.svg'); + readonly #disableIcon = this._convertPath('/assets/icons/general/redaction-final.svg'); readonly #active$ = new BehaviorSubject(true); constructor( diff --git a/apps/red-ui/src/assets/icons/general/redaction-final.svg b/apps/red-ui/src/assets/icons/general/redaction-final.svg new file mode 100644 index 000000000..ccc69749b --- /dev/null +++ b/apps/red-ui/src/assets/icons/general/redaction-final.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/apps/red-ui/src/assets/icons/general/redaction-preview.svg b/apps/red-ui/src/assets/icons/general/redaction-preview.svg new file mode 100644 index 000000000..fe01e62f5 --- /dev/null +++ b/apps/red-ui/src/assets/icons/general/redaction-preview.svg @@ -0,0 +1,10 @@ + + + + + +