prompts and docs

pull/776/head
Alex 6 months ago
parent 0974085c6f
commit 5c785e49af

@ -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
@ -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

1716
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -0,0 +1,7 @@
{
"devDependencies": {
"eslint": "^8.53.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0"
}
}
Loading…
Cancel
Save