Revert "add github challenges list to community page (#57)"

This reverts commit 65d4c32896.
This commit is contained in:
Hossein Mehrabi 2023-12-01 10:03:13 +03:30
parent 62ec1a9ebf
commit fb2fdaf516
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
2 changed files with 1 additions and 10 deletions

View File

@ -48,10 +48,6 @@ const config = {
path: 'root-pages',
},
generated: {
challenges: {
repoArray: [{ owner: 'waku-org', repo: 'bounties' }],
githubAccessToken: process.env.GITHUB_ACCESS_TOKEN,
},
jobList: {
jobBoard: 'waku',
},

View File

@ -6,8 +6,7 @@ displayed_sidebar: null
sidebar_class_name: hidden
---
import { Grid, Box, SocialCard, GithubChallenges } from '/src/components/mdx'
import * as challengesData from '/generated/challenges.json'
import { Grid, Box, SocialCard } from '/src/components/mdx'
# Join the community
@ -56,7 +55,3 @@ import * as challengesData from '/generated/challenges.json'
</Grid.Item>
</Grid>
</Box>
<GithubChallenges
challengesData={challengesData}
/>