Skip to content

Commit

Permalink
Merge branch 'main' into update-beehive-component
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski authored Nov 13, 2024
2 parents 8729d75 + 52c1532 commit b69be5b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ import { ONE_MONTH_IN_DAYS, ONE_WEEK_IN_DAYS } from "#/constants"

const ACRE_POINTS_DATA = {
day: {
label: "Per day",
label: "per day",
multipler: 1,
},
week: {
label: "Per week",
label: "per week",
multipler: ONE_WEEK_IN_DAYS,
},
month: {
label: "Per month",
label: "per month",
multipler: ONE_MONTH_IN_DAYS,
},
}
Expand Down

0 comments on commit b69be5b

Please sign in to comment.