From 9a2bf3f8c09883f92b8ab382879f27d27acf7acc Mon Sep 17 00:00:00 2001 From: michelleyeoh Date: Sun, 12 Apr 2026 21:10:44 -0700 Subject: [PATCH] update npo prizes --- app/_data/tracks.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/_data/tracks.ts b/app/_data/tracks.ts index 9bd6b7aa2..d94c3cf4a 100644 --- a/app/_data/tracks.ts +++ b/app/_data/tracks.ts @@ -462,14 +462,16 @@ const nonHDTracks: Tracks = { filter: 'Non-Profit', prizes: ['Aroma Diffuser'], images: [aromaDiffuser], - eligibility_criteria: '', + eligibility_criteria: + 'Projects must create a digital system to track donations as they come in and go out. Wellspring is looking for a straightforward, easy-to-use digital tool that helps staff and volunteers quickly log donated items, track how they are distributed, and generate basic reports when needed.', }, 'Best Hack for ASUCD Pantry': { name: 'Best Hack for ASUCD Pantry', filter: 'Non-Profit', prizes: ['Pokemon Packs'], images: [pokemonPacks], - eligibility_criteria: '', + eligibility_criteria: + 'Projects must design a digital recipe book or platform that generates simple, affordable, and culturally inclusive recipes based on selected pantry items, accounts for common student constraints (minimal equipment, short cook times, dietary needs), and helps reduce food waste while making the pantry more accessible and empowering.', }, };