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

Commit 85590af

Browse files
authored
Update dropdown_docs.tsx
1 parent 11a5f3e commit 85590af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ts/components/dropdowns/dropdown_docs.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ import { Link } from '../documentation/shared/link';
99
const navData = [
1010
{
1111
title: '0x Docs',
12-
description: 'Single integration point to access all DEX liquidity',
12+
description: 'Learn and build with 0x',
1313
url: WebsitePaths.Docs,
1414
},
1515
{
1616
title: '0x Docs - Alpha Release',
17-
description: 'Learn about 0x core concepts from our updated documentation ',
17+
description: 'Get a sneak peek at our updated documentation',
1818
url: 'https://docs.0x.org/',
1919
shouldOpenInNewTab: true,
2020
},
2121
];
2222

23-
export const DropdownProducts: React.FC = () => (
23+
export const DropdownDocs: React.FC = () => (
2424
<List>
2525
{navData.map((item, index) => (
2626
<li key={`productLink-${index}`}>

0 commit comments

Comments
 (0)