Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit c567e82

Browse files
committed
remove dropdown and rename header link to 'Documentation'
1 parent aef7b4c commit c567e82

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ts/components/header.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Link } from 'ts/components/documentation/shared/link';
77
import { Button } from 'ts/components/button';
88
// import { DropdownProducts } from 'ts/components/dropdowns/dropdown_products';
99
// import { DropdownResources } from 'ts/components/dropdowns/dropdown_resources';
10-
import { DropdownDocs } from 'ts/components/dropdowns/dropdown_docs';
10+
// import { DropdownDocs } from 'ts/components/dropdowns/dropdown_docs';
1111
import { Hamburger } from 'ts/components/hamburger';
1212
import { Logo } from 'ts/components/logo';
1313
import { MobileNav } from 'ts/components/mobile_nav';
@@ -41,9 +41,8 @@ interface DropdownWrapInterface {
4141
const navItems: NavItemProps[] = [
4242
{
4343
id: 'docs',
44-
text: 'Developers',
45-
dropdownComponent: DropdownDocs,
46-
dropdownWidth: 270,
44+
text: 'Documentation',
45+
url: 'https://docs.0x.org/',
4746
},
4847
{
4948
id: 'zrx',

0 commit comments

Comments
 (0)