Skip to content

Commit

Permalink
docs(website): update roadmap (#943)
Browse files Browse the repository at this point in the history
docs(website): update roadmap on the website
  • Loading branch information
vplasencia authored Jan 20, 2025
1 parent c2dce43 commit 6e2ef75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default function Home() {
<VStack mb="32" spacing="32">
<VStack w="full" maxW="1110px">
<Heading fontSize={{ base: "30px", md: "44px" }} pb="90px">
2024 Roadmap
2024-2025 Roadmap
</Heading>

<HStack display={{ base: "none", md: "flex" }} w="full" mt="60px">
Expand Down
8 changes: 4 additions & 4 deletions apps/website/src/data/roadmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"done": true
},
{
"name": "Documentation improvements",
"done": false
"name": "New Explorer",
"done": true
},
{
"name": "New Explorer",
"name": "Semaphore Spec",
"done": false
},
{
"name": "RLN extension",
"name": "Semaphore Rust Implementation",
"done": false
}
]

0 comments on commit 6e2ef75

Please sign in to comment.