From afd93b20aa8b9c828f3e4ea099f42e8b71fb7afc Mon Sep 17 00:00:00 2001 From: Scott Cole Date: Tue, 26 Nov 2024 11:07:31 +0000 Subject: [PATCH] tweak(ext/cfx-ui): replaced patreon links with portal --- .../src/cfx/apps/mpMenu/pages/HomePage/HomePage.links.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/cfx-ui/src/cfx/apps/mpMenu/pages/HomePage/HomePage.links.tsx b/ext/cfx-ui/src/cfx/apps/mpMenu/pages/HomePage/HomePage.links.tsx index f632ff9f16..ceb15896af 100644 --- a/ext/cfx-ui/src/cfx/apps/mpMenu/pages/HomePage/HomePage.links.tsx +++ b/ext/cfx-ui/src/cfx/apps/mpMenu/pages/HomePage/HomePage.links.tsx @@ -13,7 +13,7 @@ const enum IHomePageNavBarLinkIDs { FiveM, RedM, Forum, - Patreon, + Portal, Discord, } @@ -44,9 +44,9 @@ const homePageNavBarLinks: IHomePageNavBarLink[] = [ visible: returnTrue, }, { - id: IHomePageNavBarLinkIDs.Patreon, - href: 'https://patreon.com/fivem', - label: 'Patreon', + id: IHomePageNavBarLinkIDs.Portal, + href: 'https://portal.cfx.re', + label: 'Portal', visible: returnTrue, }, {