Skip to content

Commit 6bb6d45

Browse files
committed
style:prettier 포맷 적용
1 parent 8f38824 commit 6bb6d45

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

src/pages/chatbot/ui/ChatbotPage.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ export default function ChatbotPage() {
7070
status: 'done',
7171
content: '입력하신 내용으로 예상 수리비를 준비할게요.\n필요하면 기종/증상 상세를 더 알려주세요!',
7272
}
73-
: item,
74-
),
73+
: item
74+
)
7575
);
7676
}, 800);
7777
};
@@ -83,7 +83,10 @@ export default function ChatbotPage() {
8383
<section className="flex w-full max-w-full flex-col items-start gap-[19px] self-stretch pb-[140px] xl:max-w-[1200px]">
8484
<div className="flex items-center gap-[var(--spacing-m)] md:gap-[var(--spacing-xl)] xl:gap-[36px]">
8585
<div className="flex h-[64px] w-[64px] flex-shrink-0 flex-col items-center justify-center gap-[10px] rounded-full bg-black pt-[var(--padding-xl)] pr-[10px] pb-[var(--padding-xl)] pl-[14px] md:h-[72px] md:w-[72px] md:pt-[26px] md:pr-[11px] md:pb-[28px] md:pl-[15px] xl:h-[80px] xl:w-[80px] xl:pt-[31px] xl:pr-[13px] xl:pb-[33px] xl:pl-[17px]">
86-
<Logo4 className="h-[var(--padding-xxl)] w-[var(--padding-xxl)] flex-shrink-0 md:h-[36px] md:w-[36px] xl:h-[38.862px] xl:w-[38.998px]" aria-hidden="true" />
86+
<Logo4
87+
className="h-[var(--padding-xxl)] w-[var(--padding-xxl)] flex-shrink-0 md:h-[36px] md:w-[36px] xl:h-[38.862px] xl:w-[38.998px]"
88+
aria-hidden="true"
89+
/>
8790
</div>
8891
<h1 className="typo-title-2 text-black">루핏봇</h1>
8992
</div>

src/shared/ui/ChatBubble/ChatBubble.variants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const chatBubbleVariants = tv({
1010
'min-h-[60px]',
1111
'px-[31px]',
1212
'py-[18px]',
13-
'rounded-[var(--radius-l)]',
13+
'rounded-[var(--radius-l)]',
1414
'max-w-[720px]',
1515
],
1616
text: ['typo-body-1', 'whitespace-pre-wrap', 'break-words'],

0 commit comments

Comments
 (0)