change help desk page url

This commit is contained in:
Nuwan 2024-09-20 20:24:12 +05:30
parent a0dc7fa92d
commit c779277b4d
1 changed files with 1 additions and 1 deletions

View File

@ -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)