From c80dc49694ea5c85c2ffbc2d645803d21e06e665 Mon Sep 17 00:00:00 2001 From: JinHwan Date: Tue, 17 Dec 2024 08:13:25 +0900 Subject: [PATCH] fix: broken 'Edit this page' link in the project library (#244) --- data/projects/mpc.ts | 2 +- data/projects/powers-of-tau.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/projects/mpc.ts b/data/projects/mpc.ts index 59ce966..293e4c9 100644 --- a/data/projects/mpc.ts +++ b/data/projects/mpc.ts @@ -25,7 +25,7 @@ You can find the detail of the protocol [here](https://eprint.iacr.org/2024/264) } export const mpc: ProjectInterface = { - id: "MPC", + id: "mpc", category: ProjectCategory.RESEARCH, projectStatus: ProjectStatus.ACTIVE, section: "pse", diff --git a/data/projects/powers-of-tau.ts b/data/projects/powers-of-tau.ts index 7668a74..4f9b883 100644 --- a/data/projects/powers-of-tau.ts +++ b/data/projects/powers-of-tau.ts @@ -13,7 +13,7 @@ const content: ProjectContent = { } export const PerpetualPowersOfTau: ProjectInterface = { - id: "perpetual-powers-of-tau", + id: "powers-of-tau", category: ProjectCategory.DEVTOOLS, image: "powers-of-tau.png", name: "Perpetual Powers of Tau",