Skip to content

Commit cc04b42

Browse files
committed
๐Ÿ› Fix: ์ด๋ฏธ์ง€ ๊ฒฝ๋กœ ์ˆ˜์ •
1 parent 8da1ffa commit cc04b42

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

โ€Žtailwind.config.tsโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
ย (0)