Skip to content

Commit e7b1096

Browse files
authored
Update profile.ts
1 parent f5cd2b9 commit e7b1096

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

src/data/profile.ts

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,24 @@ export const profile: LinkHubProfile = {
3535
color: "bg-cyan-500",
3636
featured: true,
3737
},
38-
{
39-
id: 'fixie',
40-
title: "Meet Fixie",
41-
url: "https://fixfx.wiki/chat",
42-
icon: "/fixfx-logo.svg",
43-
description: "Get some guided assistance with all your CFX needs.",
44-
color: "bg-blue-500",
45-
featured: true,
46-
},
38+
{
39+
id: 'fixie',
40+
title: "Meet Fixie",
41+
url: "https://fixfx.wiki/chat",
42+
icon: "/fixfx-logo.svg",
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 with the FiveM/RedM Services..",
53+
color: "bg-pink-500",
54+
featured: true,
55+
},
4756
{
4857
id: "discord",
4958
title: "Join our Discord",

0 commit comments

Comments
 (0)