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 6b18e0b commit ab4c5cfCopy full SHA for ab4c5cf
packages/nextjs/components/Header.tsx
@@ -29,7 +29,7 @@ export const menuLinks: HeaderMenuLink[] = [
29
label: "Debug Contracts",
30
href: "/debug",
31
icon: <BugAntIcon className="h-4 w-4" />,
32
- }
+ },
33
];
34
35
export const HeaderMenuLinks = () => {
0 commit comments