Skip to content

Commit

Permalink
Merge pull request #206 from privacy-scaling-explorations/fix-maci-pl…
Browse files Browse the repository at this point in the history
…atform

fix MACI Platform
  • Loading branch information
kalidiagne authored Oct 11, 2024
2 parents a46c240 + 3246c74 commit 1c1b624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ import { voicedeck } from "./projects/voice-deck"
import { wax } from "./projects/wax"
import { zk3 } from "./projects/zk3"
import { zkemail } from "./projects/zk-email"
import { zkID } from "./projects/zk-id"
import { ZKKit } from "./projects/zk-kit"
import { zkevmCommunity } from "./projects/zkevm-community"
import { zkitter } from "./projects/zkitter"
import { zkml } from "./projects/zkml"
import { Zkopru } from "./projects/zkopru"
import { zkp2p } from "./projects/zkp2p"
import { zkID } from "./projects/zk-id"

export const ProjectLinkIconMap: ProjectLinkType = {
github: GithubIcon,
Expand Down Expand Up @@ -92,7 +92,7 @@ export const projects: ProjectInterface[] = [
voicedeck,
zkemail,
chiquito,
maciRPGF,
maciPlatform,
OpenPassport,
zkID,
]

0 comments on commit 1c1b624

Please sign in to comment.