fix: broken 'Edit this page' link in the project library (#244)

This commit is contained in:
JinHwan
2024-12-17 08:13:25 +09:00
committed by GitHub
parent deeb00ce17
commit c80dc49694
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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",