Skip to content

Commit 66d62a1

Browse files
committed
fix: use button size="sm"
1 parent 324611d commit 66d62a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/LanguagePicker/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,9 @@ const LanguagePickerFooter = ({ onTranslationProgramClick }) => {
209209
</p>
210210
</div>
211211
<ButtonLink
212-
className="w-min whitespace-nowrap px-1 py-0 text-xs sm:flex-shrink-0 sm:flex-grow-0"
212+
className="text-nowrap"
213213
href="/contributing/translation-program/"
214+
size="sm"
214215
onClick={onTranslationProgramClick}
215216
>
216217
{t("get-involved")}

0 commit comments

Comments
 (0)