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

Commit aef7b4c

Browse files
committed
remove old 0x Docs link
1 parent fd15ee6 commit aef7b4c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ts/components/dropdowns/dropdown_docs.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
import * as React from 'react';
22
import styled from 'styled-components';
33
import { Heading, Paragraph } from 'ts/components/text';
4-
import { WebsitePaths } from 'ts/types';
54

65
import { Link } from '../documentation/shared/link';
76

87
const navData = [
98
{
109
title: '0x Docs',
1110
description: 'Learn and build with 0x',
12-
url: WebsitePaths.Docs,
13-
},
14-
{
15-
title: '(Alpha Release) 0x Docs',
16-
description: 'Get a sneak peek at our updated documentation',
1711
url: 'https://docs.0x.org/',
1812
shouldOpenInNewTab: true,
1913
},

0 commit comments

Comments
 (0)