Skip to content

Commit 82791bc

Browse files
Update webview-ui/src/components/chat/ChatView.tsx
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent d9cf089 commit 82791bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
13761376
icon={<Cloud className="size-5 shrink-0" />}
13771377
onClick={() => openUpsell()}
13781378
dismissOnClick={false}
1379-
className="bg-none mt-6 border-border rounded-xl p=0 py-3 !text-base">
1379+
className="bg-none mt-6 border-border rounded-xl p-0 py-3 !text-base">
13801380
<Trans
13811381
i18nKey="cloud:upsell.taskList"
13821382
components={{

0 commit comments

Comments
 (0)