From 63249f9d854e191863921acda3bc28071e7cc337 Mon Sep 17 00:00:00 2001 From: Lachlan Glen <54282009+lachlanglen@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:40:19 -0400 Subject: [PATCH] add DeSci category --- apps/potlock/widget/Project/CreateForm.jsx | 1 + build/potlock/src/Project/CreateForm.jsx | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/potlock/widget/Project/CreateForm.jsx b/apps/potlock/widget/Project/CreateForm.jsx index 0d0a2cfc..f91bb340 100644 --- a/apps/potlock/widget/Project/CreateForm.jsx +++ b/apps/potlock/widget/Project/CreateForm.jsx @@ -708,6 +708,7 @@ return ( { text: "NonProfit", value: "non-profit" }, { text: "Climate", value: "climate" }, { text: "Public Good", value: "public-good" }, + { text: "DeSci", value: "de-sci" }, ], value: state.category, onChange: (category) => diff --git a/build/potlock/src/Project/CreateForm.jsx b/build/potlock/src/Project/CreateForm.jsx index 0d0a2cfc..f91bb340 100644 --- a/build/potlock/src/Project/CreateForm.jsx +++ b/build/potlock/src/Project/CreateForm.jsx @@ -708,6 +708,7 @@ return ( { text: "NonProfit", value: "non-profit" }, { text: "Climate", value: "climate" }, { text: "Public Good", value: "public-good" }, + { text: "DeSci", value: "de-sci" }, ], value: state.category, onChange: (category) =>