mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
fix: broken 'Edit this page' link in the project library (#244)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user