Skip to content

Commit

Permalink
Fix assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhatley committed Jul 19, 2024
1 parent f79ee7a commit 8dc6c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/sass/components/_all-records-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $large-input-size: 50px;
padding: 0;
width: $input-size;
height: $input-size;
background-image: url(#{$app-assets-path}/images/search-button.png);
background-image: url(#{$app-assets-path}images/search-button.png);
background-repeat: no-repeat;
background-position: 2px 50%;
text-indent: -5000px;
Expand Down

0 comments on commit 8dc6c18

Please sign in to comment.