Skip to content

Commit

Permalink
feat: remove Build Club from the developers page
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Nov 29, 2023
1 parent 15a6cf2 commit dba1c13
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
4 changes: 0 additions & 4 deletions public/locales/en/developers.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"title": "Building on L2 Godwoken",
"description": "Technical documentation for Godwoken, the EVM-equivalent Layer 2 network built on Common Knowledge Base."
},
"build_club": {
"title": "Build Club",
"description": "The Build Club provides support for teams and individuals looking to launch new projects on Nervos."
},
"forum": {
"title": "Nervos Talk Forum",
"description": "For the community to participate and discuss developments on Nervos."
Expand Down
4 changes: 0 additions & 4 deletions public/locales/es/developers.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"title": "Construyendo en L2 Godwoken",
"description": "Documentación técnica para Godwoken, la red de Capa 2 equivalente a EVM construida sobre Common Knowledge Base."
},
"build_club": {
"title": "Build Club",
"description": "Build Club brinda apoyo a equipos e individuos que buscan lanzar nuevos proyectos en Nervos."
},
"forum": {
"title": "Foro Nervos Talk",
"description": "Para que la comunidad participe y discuta los desarrollos en Nervos."
Expand Down
4 changes: 0 additions & 4 deletions public/locales/fr/developers.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"title": "Construire sur L2 Godwoken",
"description": "Documentation technique pour Godwoken, le réseau de couche 2 équivalent à EVM basé sur la base de connaissances commune."
},
"build_club": {
"title": "Build Club",
"description": "The Build Club offre un soutien aux équipes et aux particuliers qui souhaitent lancer de nouveaux projets sur Nervos."
},
"forum": {
"title": "Nervos Talk Forum",
"description": "Pour que la communauté participe et discute des développements sur Nervos."
Expand Down
4 changes: 0 additions & 4 deletions public/locales/pt/developers.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"title": "Construindo na Camada 2 Godwoken",
"description": "Documentação técnica para Godwoken, a rede de Camada 2 equivalente a EVM construída na Base de Conhecimento Comum."
},
"build_club": {
"title": "Build Club",
"description": "The Build Club fornece suporte para equipes e indivíduos que desejam lançar novos projetos no Nervos."
},
"forum": {
"title": "Nervos Talk Forum",
"description": "Para que a comunidade participe e discuta as novidades do Nervos."
Expand Down
5 changes: 0 additions & 5 deletions src/pages/developers/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ const Developers: NextPage<PageProps> = ({ contributors, author }) => {
content: t('developer_resources.godwoken.description'),
link: 'https://docs.godwoken.io/',
},
{
title: t('developer_resources.build_club.title'),
content: t('developer_resources.build_club.description'),
link: 'https://www.buildclub.xyz/',
},
{
title: t('developer_resources.forum.title'),
content: t('developer_resources.forum.description'),
Expand Down

0 comments on commit dba1c13

Please sign in to comment.