completionId: cgen-a292e0ca7fa6434eacc4ab4bda699f1e
cgen-a292e0ca7fa6434eacc4ab4bda699f1e
This commit is contained in:
parent
85d597d00d
commit
d1744d70c2
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ const ARMS = [
|
||||||
href: "/foundation",
|
href: "/foundation",
|
||||||
},
|
},
|
||||||
{ id: "devlink", label: "Dev-Link", color: "#06B6D4", href: "/dev-link" },
|
{ id: "devlink", label: "Dev-Link", color: "#06B6D4", href: "/dev-link" },
|
||||||
|
{ id: "nexus", label: "Nexus", color: "#A855F7", href: "/nexus" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const ARM_LOGOS: Record<string, string> = {
|
const ARM_LOGOS: Record<string, string> = {
|
||||||
|
|
@ -62,6 +63,8 @@ const ARM_LOGOS: Record<string, string> = {
|
||||||
"https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc02cb1bf5056479bbb3ea4bd91f0d472?format=webp&width=800",
|
"https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc02cb1bf5056479bbb3ea4bd91f0d472?format=webp&width=800",
|
||||||
devlink:
|
devlink:
|
||||||
"https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F9a96b43cbd7b49bb9d5434580319c793?format=webp&width=800",
|
"https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F9a96b43cbd7b49bb9d5434580319c793?format=webp&width=800",
|
||||||
|
nexus:
|
||||||
|
"https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F6df123b87a144b1fb99894d94198d97b?format=webp&width=800",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue