frontend URLs: ./resources -> /resources

This patch was created by:
find ./frontend -type f -exec sed -i 's|\./resources|/resources|g' {} \;
This commit is contained in:
Erik Arvstedt
2022-07-11 13:32:24 +02:00
parent 90b9c5fe8a
commit 355e89ce55
18 changed files with 46 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
<span #buttonWrapper [attr.data-tlite]="copiedMessage" style="position: relative;">
<button #btn class="btn btn-sm btn-link pt-0" [style]="{'line-height': size === 'small' ? '0.2' : '0.8'}" [attr.data-clipboard-text]="text">
<img src="./resources/clippy.svg" [width]="size === 'small' ? 10 : 13">
<img src="/resources/clippy.svg" [width]="size === 'small' ? 10 : 13">
</button>
</span>