Skip to content

Commit

Permalink
Merge branch 'donation-flow-more-fixes' of github.com:sashko9807/podk…
Browse files Browse the repository at this point in the history
…repibg-frontend into donation-flow-more-fixes
  • Loading branch information
sashko9807 committed Dec 9, 2024
2 parents 290aec4 + 66df67b commit 8b9efe9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/locales/en/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"see-more": "See more"
},
"how-we-work": {
"heading": "How does Pordkprepi.bg work?",
"heading": "How does Podkrepi.bg work?",
"text": "We have built a process of creating campaigns that ensures maximum security for donor funds and at the same time - attention and support to the needs of beneficiaries."
},
"platform-statistics": {
Expand Down
9 changes: 9 additions & 0 deletions src/components/common/form/RadioButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ type RadioButtonProps = {
error?: boolean
}

function RadioButton({
checked,
label,
muiRadioButtonProps,
value,
disabled,
error,
}: RadioButtonProps) {
function RadioButton({
checked,
label,
Expand All @@ -92,6 +100,7 @@ function RadioButton({
}
control={
<Radio
disabled={disabled}
disabled={disabled}
icon={<div className={`${classes.circle}`} />}
checkedIcon={
Expand Down

0 comments on commit 8b9efe9

Please sign in to comment.