This commit is contained in:
Kalidou Diagne
2025-01-30 20:34:07 +00:00
parent ab9b698290
commit cc0ed42519
8 changed files with 29 additions and 12 deletions

View File

@@ -67,7 +67,7 @@ export const bandada: ProjectInterface = {
category: ProjectCategory.APPLICATION,
section: "pse",
content,
projectStatus: ProjectStatus.ACTIVE,
projectStatus: ProjectStatus.MAINTAINED,
image: "bandada.webp",
name: "Bandada",
links: {

View File

@@ -26,7 +26,7 @@ This project has been sunset and it is entering to a long term support phase (no
export const p0tion: ProjectInterface = {
id: "p0tion",
category: ProjectCategory.DEVTOOLS,
projectStatus: ProjectStatus.INACTIVE,
projectStatus: ProjectStatus.MAINTAINED,
section: "archived",
content,
image: "p0tion.png",

View File

@@ -24,7 +24,7 @@ export const PerpetualPowersOfTau: ProjectInterface = {
category: ProjectCategory.DEVTOOLS,
image: "powers-of-tau.png",
name: "Perpetual Powers of Tau",
projectStatus: ProjectStatus.INACTIVE,
projectStatus: ProjectStatus.MAINTAINED,
section: "archived",
content,
tags: {

View File

@@ -18,7 +18,7 @@ export const zkp2p: ProjectInterface = {
category: ProjectCategory.APPLICATION,
section: "grant",
content,
image: "zkp2p.webp",
image: "zkp2p.png",
name: "ZKP2P",
links: {
github: "https://github.com/zkp2p",