Skip to content

Commit

Permalink
refactor: change telegram link to zendesk
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje authored Feb 9, 2024
1 parent e3934fb commit 4d00bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SupportButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function SupportButton() {

const handleClick = () => {
if (state) {
const newWindow = window.open('https://t.me/mxcchatgpt_bot')
const newWindow = window.open('https://mxcfoundation.zendesk.com/hc/en-gb')
if (newWindow) newWindow.opener = null
setState(false)
} else {
Expand Down

0 comments on commit 4d00bdf

Please sign in to comment.