Skip to content

Commit 776f8ae

Browse files
committed
refactor: 이미지 수정
1 parent 785aa1b commit 776f8ae

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed
258 KB
Loading
-52.4 KB
Binary file not shown.
227 KB
Loading
-50.2 KB
Binary file not shown.
197 KB
Loading
-63.3 KB
Binary file not shown.

src/components/SelectStyle/SelectStyle.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
z-index: 1;
5555

5656
& > img {
57-
width: 17.5rem;
58-
height: 17.5rem;
57+
width: 13.75rem;
58+
height: 13.75rem;
5959
}
6060
}
6161

src/components/SelectStyle/SelectStyle.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ interface StyleProps {
2121
}
2222

2323
const IMG_STYLE_DATA = [
24-
{ name: "친근한 말투", image: "/assets/img/img-style-friendly.webp" },
25-
{ name: "믿음직한 말투", image: "/assets/img/img-style-trust.webp" },
26-
{ name: "귀여운 말투", image: "/assets/img/img-style-cute.webp" },
24+
{ name: "친근한 말투", image: "/assets/img/img-style-friendly.png" },
25+
{ name: "믿음직한 말투", image: "/assets/img/img-style-trust.png" },
26+
{ name: "귀여운 말투", image: "/assets/img/img-style-cute.png" },
2727
];
2828

2929
const STYLE_NAME_MAPPING: { [key: string]: string } = {

0 commit comments

Comments
 (0)