Skip to content

Commit 67e0f4e

Browse files
committed
chore(app): change the style of the widget
1 parent 8b0e8c4 commit 67e0f4e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

public/catbot.svg

Lines changed: 19 additions & 0 deletions
Loading

src/entry/components/RunLlmWidget/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ function RunLlmWidget() {
2828
src="https://widget.runllm.com"
2929
version="stable"
3030
runllm-theme-color="#64d88b"
31-
runllm-brand-logo="/favicon.svg"
31+
runllm-brand-logo="/catbot.svg"
3232
runllm-keyboard-shortcut="Mod+j"
3333
runllm-name="OpenBuild"
3434
runllm-position="BOTTOM_RIGHT"
3535
runllm-assistant-id="328"
36+
runllm-floating-button-text=""
3637
async
3738
/>
3839
);

0 commit comments

Comments
 (0)