Skip to content

Commit

Permalink
update: mendable version
Browse files Browse the repository at this point in the history
  • Loading branch information
srini047 committed Dec 12, 2023
1 parent bc1a1ce commit 2937c81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@mendable/search": "0.0.152",
"@mendable/search": "0.0.185",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand Down
5 changes: 4 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Contact from "./routes/Contact";
const style = { darkMode: true, accentColor: "#000" };

const floatingButtonStyle = {
color: "#000",
darkMode: true,
backgroundColor: "#fff",
};

Expand All @@ -41,7 +41,10 @@ function App() {
style={style}
floatingButtonStyle={floatingButtonStyle}
icon={icon}
dialogPlaceholder="Ask anything about Sriniketh..."
privacyDisclaimer="Responses are AI generated based on data provided. If anything is ambiguous or unclear please feel free to contact Sriniketh."
_shouldStream={false}
showPopup={false}
/>

<Routes>
Expand Down

1 comment on commit 2937c81

@vercel
Copy link

@vercel vercel bot commented on 2937c81 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.