diff --git a/sparkle/package-lock.json b/sparkle/package-lock.json index c213f4bfdf15..e4460a0a45ca 100644 --- a/sparkle/package-lock.json +++ b/sparkle/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.336", + "version": "0.2.337", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dust-tt/sparkle", - "version": "0.2.336", + "version": "0.2.337", "license": "ISC", "dependencies": { "@emoji-mart/data": "^1.1.2", diff --git a/sparkle/package.json b/sparkle/package.json index 2467f320980e..6117396001de 100644 --- a/sparkle/package.json +++ b/sparkle/package.json @@ -1,6 +1,6 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.336", + "version": "0.2.337", "scripts": { "build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs", "tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css", diff --git a/sparkle/src/components/FeedbackSelector.tsx b/sparkle/src/components/FeedbackSelector.tsx index c4bdac65f7a3..6713200e56c8 100644 --- a/sparkle/src/components/FeedbackSelector.tsx +++ b/sparkle/src/components/FeedbackSelector.tsx @@ -123,7 +123,6 @@ export function FeedbackSelector({ ? "🎉 Glad you liked it! Tell us more?" : "🫠 Help make the answers better!"} - {popOverInfo}