completionId: cgen-44beed1f023844b297ebc58963d6aadc
cgen-44beed1f023844b297ebc58963d6aadc
This commit is contained in:
parent
44c275a52e
commit
8ac381dc8e
1 changed files with 9 additions and 0 deletions
|
|
@ -58,6 +58,15 @@ const ARMS: Arm[] = [
|
||||||
textColor: "text-cyan-400",
|
textColor: "text-cyan-400",
|
||||||
href: "/dev-link",
|
href: "/dev-link",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "nexus",
|
||||||
|
name: "AeThex | Nexus",
|
||||||
|
label: "Nexus",
|
||||||
|
color: "#A855F7",
|
||||||
|
bgColor: "bg-purple-500/20",
|
||||||
|
textColor: "text-purple-400",
|
||||||
|
href: "/nexus",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const LOGO_URLS: Record<string, string> = {
|
const LOGO_URLS: Record<string, string> = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue