Skip to content

Commit

Permalink
fix: pagination 화살표 아이콘 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
grapefruit13 committed Mar 27, 2024
1 parent 45f6434 commit d32e92f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,21 +226,21 @@ export const SVGS = {
pagination: {
left: {
single: {
url: 'svgs/ic-singleArrow-left.svg',
url: '/svgs/ic-singleArrow-left.svg',
alt: '기본 왼쪽 화살표',
},
double: {
url: 'svgs/ic-doubleArrow-left.svg',
url: '/svgs/ic-doubleArrow-left.svg',
alt: '기본 왼쪽 2단 화살표 ',
},
},
right: {
single: {
url: 'svgs/ic-singleArrow-right.svg',
url: '/svgs/ic-singleArrow-right.svg',
alt: '기본 오른쪽 화살표',
},
double: {
url: 'svgs/ic-doubleArrow-right.svg',
url: '/svgs/ic-doubleArrow-right.svg',
alt: '기본 오른쪽 2단 화살표 ',
},
},
Expand Down

0 comments on commit d32e92f

Please sign in to comment.