Skip to content

Commit

Permalink
💚 [#1597] fix img links in css files
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Apr 30, 2024
1 parent 9a51335 commit 05f0594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
margin-bottom: 30px;

& > a {
background: url('../../admin/img/icon-addlink.svg') 0 1px no-repeat;
background: url('../img/admin/icon-addlink.svg') 0 1px no-repeat;
padding-left: 16px;
font-size: 12px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/openzaak/sass/admin/components/_external-formset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.external-formset {

&__add-row a {
background: url('../../admin/img/icon-addlink.svg') 0 1px no-repeat;
background: url('../img/admin/icon-addlink.svg') 0 1px no-repeat;
padding-left: 16px;
font-size: 12px;
}
Expand Down

0 comments on commit 05f0594

Please sign in to comment.