diff --git a/apps/red-ui/src/app/modules/file-preview/services/pdf-annotation-actions.service.ts b/apps/red-ui/src/app/modules/file-preview/services/pdf-annotation-actions.service.ts index a80b12d3f..5bc948141 100644 --- a/apps/red-ui/src/app/modules/file-preview/services/pdf-annotation-actions.service.ts +++ b/apps/red-ui/src/app/modules/file-preview/services/pdf-annotation-actions.service.ts @@ -121,7 +121,7 @@ export class PdfAnnotationActionsService { button.className = 'Button'; button.style.setProperty('pointer-events', 'none'); const img = document.createElement('img'); - img.src = 'ui/assets/icons/general/disabled-check.svg'; + img.src = this.#convertPath('/assets/icons/general/disabled-check.svg'); button.appendChild(img); return button;