From 56289acf5c2491ac7978fad524bba1f85dcc9b07 Mon Sep 17 00:00:00 2001 From: aguzmant103 Date: Thu, 2 Jan 2025 10:25:49 -0600 Subject: [PATCH] Add PGA to project list --- apps/website/src/content/projects.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/website/src/content/projects.json b/apps/website/src/content/projects.json index 8e752ef9b5..d7680b4cfa 100644 --- a/apps/website/src/content/projects.json +++ b/apps/website/src/content/projects.json @@ -279,6 +279,15 @@ "links": { "website": "https://eth-global-sg.vercel.app/", "github": "https://github.com/MukulKolpe/ETHGlobalSG" + }, + { + "name": "Pixel Game Assistant", + "description": "PGA is a tool that helps Pixel Game players to give community feedback on game features.", + "hackathon": null, + "status": "Production", + "links": { + "website": "https://voting.guildpal.work/", + "github": null } } ]