diff --git a/src/components/purse/PurseView.tsx b/src/components/purse/PurseView.tsx index 1ac10ef..60786fe 100644 --- a/src/components/purse/PurseView.tsx +++ b/src/components/purse/PurseView.tsx @@ -55,9 +55,7 @@ export const PurseView: FC<{}> = props => const openClub = useCallback((event: React.MouseEvent) => { event.stopPropagation(); - - const page = GetConfigurationValue('hc.buy_hc', 'habbo_club'); - CreateLinkEvent('catalog/open/' + page); + CreateLinkEvent('habboUI/open/hccenter'); }, []); const openEarnings = useCallback((event: React.MouseEvent) =>