Skip to content

Commit 2831749

Browse files
authored
added logo to chat app (#38)
1 parent eb15a8d commit 2831749

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

chat/components/chat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def action_bar() -> rx.Component:
9797
font_size=".75em",
9898
color=rx.color("mauve", 10),
9999
),
100+
rx.logo(margin_top="-1em", margin_bottom="-1em"),
100101
align_items="center",
101102
),
102103
position="sticky",

webui/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)