Skip to content

Commit

Permalink
Change Embedded chrome plugin Url (#1498)
Browse files Browse the repository at this point in the history
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <[email protected]>
  • Loading branch information
charli117 and crazywoola authored Nov 10, 2023
1 parent 06d5273 commit 92f594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/app/overview/embedded/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Embedded = ({ isShow, onClose, appBaseUrl, accessToken }: Props) => {
}

const navigateToChromeUrl = () => {
window.open('https://chrome.google.com/webstore/detail/dify-chatbot/ceehdapohffmjmkdcifjofadiaoeggaf/related', '_blank')
window.open('https://chrome.google.com/webstore/detail/dify-chatbot/ceehdapohffmjmkdcifjofadiaoeggaf', '_blank')
}

useEffect(() => {
Expand Down

0 comments on commit 92f594f

Please sign in to comment.