Skip to content

Commit 7a97638

Browse files
committed
fixed onClick-handleClose
1 parent e622502 commit 7a97638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LanguagePicker/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const LanguagePickerFooter = ({ onTranslationProgramClick }) => {
209209
<ButtonLink
210210
className="w-min whitespace-nowrap px-1 py-0 text-xs sm:flex-shrink-0 sm:flex-grow-0"
211211
href="/contributing/translation-program/"
212-
customEventOptions={onTranslationProgramClick}
212+
onClick={onTranslationProgramClick}
213213
>
214214
{t("get-involved")}
215215
</ButtonLink>

0 commit comments

Comments
 (0)