Skip to content

Commit

Permalink
prompts and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Nov 14, 2023
1 parent 0974085 commit 5c785e4
Show file tree
Hide file tree
Showing 3 changed files with 1,727 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/conversation/ConversationBubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ const ConversationBubble = forwardRef<
? 'rgba(125, 84, 209, 0.3)'
: '#EEEEEE'
: isLikeClicked
? 'rgba(125, 84, 209, 0.3)'
: '#ffffff',
? 'rgba(125, 84, 209, 0.3)'
: '#ffffff',
}}
>
<Like
Expand Down Expand Up @@ -283,8 +283,8 @@ const ConversationBubble = forwardRef<
? 'rgba(248, 113, 113, 0.3)'
: '#EEEEEE'
: isDislikeClicked
? 'rgba(248, 113, 113, 0.3)'
: '#ffffff',
? 'rgba(248, 113, 113, 0.3)'
: '#ffffff',
}}
>
<Dislike
Expand Down
Loading

0 comments on commit 5c785e4

Please sign in to comment.