From 3f0b6657533013e66e6f895c8ac8f85956bd7b1e Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Tue, 4 Oct 2022 16:57:05 -0700 Subject: [PATCH] Add Mriya to charities list --- common/charity.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/common/charity.ts b/common/charity.ts index fd5abc36..0ebeeec1 100644 --- a/common/charity.ts +++ b/common/charity.ts @@ -576,7 +576,7 @@ Work towards sustainable, systemic change.`, If you would like to support our work, you can do so by getting involved or by donating.`, }, - { + { name: 'CaRLA', website: 'https://carlaef.org/', photo: 'https://i.imgur.com/IsNVTOY.png', @@ -589,6 +589,14 @@ CaRLA uses legal advocacy and education to ensure all cities comply with their o In addition to housing impact litigation, we provide free legal aid, education and workshops, counseling and advocacy to advocates, homeowners, small developers, and city and state government officials.`, }, + { + name: 'Mriya', + website: 'https://mriya-ua.org/', + photo: + 'https://firebasestorage.googleapis.com/v0/b/mantic-markets.appspot.com/o/user-images%2Fdefault%2Fci2h3hStFM.47?alt=media&token=0d2cdc3d-e4d8-4f5e-8f23-4a586b6ff637', + preview: 'Donate supplies to soldiers in Ukraine', + description: 'Donate supplies to soldiers in Ukraine, including tourniquets and plate carriers.', + }, ].map((charity) => { const slug = charity.name.toLowerCase().replace(/\s/g, '-') return {