From 5b885afad5709b875d8e7f508558b7331d29a65a Mon Sep 17 00:00:00 2001 From: Aleksandar Petkov Date: Sat, 7 Dec 2024 00:59:59 +0200 Subject: [PATCH 1/2] chore: Change color of radio buttons if disabled --- src/components/common/form/RadioButton.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/common/form/RadioButton.tsx b/src/components/common/form/RadioButton.tsx index f630754dc..440154195 100644 --- a/src/components/common/form/RadioButton.tsx +++ b/src/components/common/form/RadioButton.tsx @@ -70,13 +70,21 @@ type RadioButtonProps = { error?: boolean } -function RadioButton({ checked, label, muiRadioButtonProps, value, error }: RadioButtonProps) { +function RadioButton({ + checked, + label, + muiRadioButtonProps, + value, + disabled, + error, +}: RadioButtonProps) { return ( {label} @@ -84,6 +92,7 @@ function RadioButton({ checked, label, muiRadioButtonProps, value, error }: Radi } control={ } checkedIcon={ From 11ea027879fab8a3c0623ac22150d4b4687250cc Mon Sep 17 00:00:00 2001 From: Achal <106076516+slusy@users.noreply.github.com> Date: Sat, 7 Dec 2024 05:42:07 +0530 Subject: [PATCH 2/2] fix: typo in homepage section heading (#1987) --- public/locales/en/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en/index.json b/public/locales/en/index.json index 9ff413cf1..3ead17426 100644 --- a/public/locales/en/index.json +++ b/public/locales/en/index.json @@ -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": {