Skip to content

Commit

Permalink
add DeSci category
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Oct 25, 2023
1 parent 7efee67 commit 63249f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/potlock/widget/Project/CreateForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down
1 change: 1 addition & 0 deletions build/potlock/src/Project/CreateForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit 63249f9

Please sign in to comment.