We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e622502 commit 7a97638Copy full SHA for 7a97638
src/components/LanguagePicker/index.tsx
@@ -209,7 +209,7 @@ const LanguagePickerFooter = ({ onTranslationProgramClick }) => {
209
<ButtonLink
210
className="w-min whitespace-nowrap px-1 py-0 text-xs sm:flex-shrink-0 sm:flex-grow-0"
211
href="/contributing/translation-program/"
212
- customEventOptions={onTranslationProgramClick}
+ onClick={onTranslationProgramClick}
213
>
214
{t("get-involved")}
215
</ButtonLink>
0 commit comments