Skip to content

Commit

Permalink
chore: upgraded mendable component (#2187) (#2190)
Browse files Browse the repository at this point in the history
(cherry picked from commit dd935c9)

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
  • Loading branch information
1 parent ad334ae commit df2b33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MendableAIWidget/MendableAIWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useEffect } from "react";
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import useBaseUrl from "@docusaurus/useBaseUrl";

export const MENDABLE_SCRIPT_URL = "https://unpkg.com/@mendable/search@0.0.158/dist/umd/mendable-bundle.min.js";
export const MENDABLE_SCRIPT_URL = "https://unpkg.com/@mendable/search@0.0.205/dist/umd/mendable-bundle.min.js";

export default function MendableAIWidget() {
const {
Expand Down

0 comments on commit df2b33d

Please sign in to comment.