We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c234236 commit 4c33427Copy full SHA for 4c33427
1 file changed
src/data/profile.ts
@@ -43,6 +43,15 @@ export const profile: LinkHubProfile = {
43
description: "Get some guided assistance with all your CFX needs.",
44
color: "bg-blue-500",
45
featured: true,
46
+ },
47
+ {
48
+ id: 'cfx-status',
49
+ title: "CFX.re Status",
50
+ url: "https://status.cfx.re",
51
+ icon: "/fivem.png",
52
+ description: "Check for any outages in the FiveM/RedM Services.",
53
+ color: "bg-pink-500",
54
+ featured: true,
55
},
56
{
57
id: "discord",
0 commit comments