change help desk page url
This commit is contained in:
parent
a0dc7fa92d
commit
c779277b4d
|
|
@ -1,7 +1,7 @@
|
|||
import React, {useEffect} from 'react'
|
||||
|
||||
const JKHelpDesk = () => {
|
||||
const pageUrl = "https://www.jamkazam.com/corp/help"
|
||||
const pageUrl = "https://www.jamkazam.com/help_desk"
|
||||
useEffect(() => {
|
||||
window.open(pageUrl, '_blank').focus();
|
||||
window.history.go(-1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue