mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
fix issue #261
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user