fix(help-popover): update Discord invite link to the new URL

This commit is contained in:
tusharmagar 2026-04-09 10:09:18 +05:30
parent 89b6b963a2
commit 9c010dabd8

View file

@ -25,7 +25,7 @@ export function HelpPopover({ children, tooltip }: HelpPopoverProps) {
const [open, setOpen] = useState(false)
const handleDiscordClick = () => {
window.open("https://discord.gg/htdKpBZF", "_blank")
window.open("https://discord.com/invite/wajrgmJQ6b", "_blank")
}
return (