From 3d4c33974fb35bef00d017a04a7c7bea1daed75a Mon Sep 17 00:00:00 2001 From: aguzmant103 Date: Tue, 7 Jan 2025 15:59:57 -0600 Subject: [PATCH] docs: add PGA to project list (#1983) --- apps/website/src/content/projects.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/website/src/content/projects.json b/apps/website/src/content/projects.json index 8e752ef9b..e9a8ebd8e 100644 --- a/apps/website/src/content/projects.json +++ b/apps/website/src/content/projects.json @@ -280,5 +280,15 @@ "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 + } } ]