File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -161,13 +161,13 @@ const config: Config = {
161161 'scroll-snap-align' : 'start' ,
162162 } ,
163163 '.sort-bg' : {
164- 'background-image' : "url('./assets/icons/ic-sort.svg')" ,
164+ 'background-image' : "url('../../public /assets/icons/ic-sort.svg')" ,
165165 'background-repeat' : 'no-repeat' ,
166166 'background-position' : '12px center' ,
167167 'background-size' : '24px 24px' ,
168168 } ,
169169 '.sort-bg-on' : {
170- 'background-image' : "url('./assets/icons/ic-sort-on.svg')" ,
170+ 'background-image' : "url('../../public /assets/icons/ic-sort-on.svg')" ,
171171 'background-repeat' : 'no-repeat' ,
172172 'background-position' : '12px center' ,
173173 'background-size' : '24px 24px' ,
You canโt perform that action at this time.
0 commit comments