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) => { -