Skip to content

Commit 28ebf59

Browse files
committed
refactor: remove project board for now
1 parent 688ca7d commit 28ebf59

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

app/components/layout/footer.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ const navigationLinks = [
2727
title: "FAQ",
2828
href: "/#faq",
2929
},
30-
{
31-
title: "Project Board",
32-
href: "https://board.chunks.space/",
33-
target: "_blank",
34-
},
3530
];
3631

3732
const workingOnLinks = [

app/routes/blog+/posts+/introducing-spacechunks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In our community, there are several roles, each with distinct responsibilities a
4444

4545
In recent months, we’ve been actively working on various projects. For instance, we’ve developed our Visual Kit, a tool for creating fully customizable inventories, boss bars, and HUD designs with modular components and texts. We’ve also worked on our Game Kit, a toolkit designed to simplify the development of minigames. Another exciting project has been our open-match implementation, tailored for our Queue System used with Chunks Explorer.
4646

47-
If you want to learn more about upcoming open-source projects, feel free to visit our [Community Board](https://board.chunks.space).
47+
{/* If you want to learn more about upcoming open-source projects, feel free to visit our [Community Board](https://board.chunks.space). */}
4848

4949
## Sharing Knowledge and Experience
5050

0 commit comments

Comments
 (0)