Skip to content

Commit

Permalink
Merge pull request #647 from CodeForAfrica/fix/codeforafrica_impact_v…
Browse files Browse the repository at this point in the history
…alue

Fix @CodeForAfrica ImpactCard value
  • Loading branch information
kilemensi authored Nov 22, 2023
2 parents 3e83cd2 + fc30391 commit 1c3d12a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/codeforafrica/contrib/dokku/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM codeforafrica/codeforafrica-ui:1.0.49
FROM codeforafrica/codeforafrica-ui:1.0.50
2 changes: 1 addition & 1 deletion apps/codeforafrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeforafrica",
"version": "1.0.49",
"version": "1.0.50",
"private": true,
"author": "Code for Africa <tech@codeforafrica.org>",
"description": "This is the main CFA site.",
Expand Down
3 changes: 1 addition & 2 deletions apps/codeforafrica/src/payload/collections/Impact.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ const Impact = {
}),
{
name: "value",
type: "number",
min: 1,
type: "text",
required: true,
localized: true,
},
Expand Down

0 comments on commit 1c3d12a

Please sign in to comment.