diff --git a/docusaurus.config.js b/docusaurus.config.js index 699d66a..2d1378f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -28,7 +28,6 @@ const links = [ {to: '/community', label: 'Community', position: 'left'}, {to: '/blog', label: 'Blog', position: 'left'}, {to: '/docs', label: 'Docs', position: 'left'}, - {to: '/survey', label: 'Ecosystem Survey 2023', position: 'left'}, ] const linksSocial = [ diff --git a/src/pages/survey/index.tsx b/src/pages/survey/index.tsx deleted file mode 100644 index cce671e..0000000 --- a/src/pages/survey/index.tsx +++ /dev/null @@ -1,31 +0,0 @@ -import * as React from 'react'; -import Layout from '@theme/Layout'; -import Footer from "../../components/footer"; - -export default function Main(): JSX.Element { - const seoTitle = 'Survey'; - const seoDescription = ''; - - return ( - -
- - - -
-
-
- - - -
-
-
-
-
- ); - } - \ No newline at end of file