diff --git a/devcon/cms/pages/dips.mdx b/devcon/cms/pages/dips.mdx index 3d7f978f3..0e5997798 100644 --- a/devcon/cms/pages/dips.mdx +++ b/devcon/cms/pages/dips.mdx @@ -44,25 +44,5 @@ section1: } ]} /> -community_hubs: > - ## **Community Hubs** - - - ### Organize 4 days of discussions and activations with others in the - community at Devcon. - - - Community Hubs are physical spaces in the Devcon venue, that are (to some - extent) independently organized by groups in the community who have expertise - around a specific Ethereum topic. - - - Request for Proposals: You can propose to organize a community hub! [Read - about the expectations and how to submit a Community Hub proposal - here.](https://forum.devcon.org/t/rfp-8-devcon-sea-community-hubs/3746) - - - **Deadline: End of August.** _template: dips --- - diff --git a/devcon/src/components/common/layouts/header/useNavigationData.ts b/devcon/src/components/common/layouts/header/useNavigationData.ts index 4d152862e..62fb30763 100644 --- a/devcon/src/components/common/layouts/header/useNavigationData.ts +++ b/devcon/src/components/common/layouts/header/useNavigationData.ts @@ -117,7 +117,7 @@ const useNavigationData = () => { type: 'page', }, { - title: 'DIPs & Community Hubs', + title: 'DIPs', url: '/dips', type: 'page', }, diff --git a/devcon/src/components/domain/dips/overview/contribute/Contribute.tsx b/devcon/src/components/domain/dips/overview/contribute/Contribute.tsx index 650390984..f20318063 100644 --- a/devcon/src/components/domain/dips/overview/contribute/Contribute.tsx +++ b/devcon/src/components/domain/dips/overview/contribute/Contribute.tsx @@ -169,9 +169,9 @@ export const Contribute = (props: ContributeProps) => { -
+ {/*
-
+
*/} ) diff --git a/devcon/src/pages/dips/index.tsx b/devcon/src/pages/dips/index.tsx index a3e8fde99..3e56b29d2 100644 --- a/devcon/src/pages/dips/index.tsx +++ b/devcon/src/pages/dips/index.tsx @@ -25,8 +25,8 @@ export default pageHOC(function DIPsTemplate(props: any) { Get Involved }, { text: 'DIPs and Community Hubs' }]} + title="DIPs" + path={[{ text: Get Involved }, { text: 'DIPs' }]} navigation={[ { title: intl('dips_forum').toUpperCase(), @@ -40,10 +40,6 @@ export default pageHOC(function DIPsTemplate(props: any) { title: intl('dips_contribute').toUpperCase(), to: '#contribute', }, - { - title: 'Community Hubs', - to: '#hubs', - }, { title: 'Accepted Proposals', to: '#proposals',