Skip to content

Commit

Permalink
fix: broken 'Edit this page' link in the project library
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Dec 10, 2024
1 parent b6a4e4b commit e386936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/projects/mpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion data/projects/powers-of-tau.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e386936

Please sign in to comment.