Skip to content

Commit

Permalink
Merge Replaced Patreon links with Portal (mr-612)
Browse files Browse the repository at this point in the history
afd93b2 - tweak(ext/cfx-ui): replaced patreon links with portal
  • Loading branch information
prikolium-cfx committed Dec 2, 2024
2 parents 7900373 + afd93b2 commit e506c1c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const enum IHomePageNavBarLinkIDs {
FiveM,
RedM,
Forum,
Patreon,
Portal,
Discord,
}

Expand Down Expand Up @@ -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,
},
{
Expand Down

0 comments on commit e506c1c

Please sign in to comment.