Skip to content

Commit

Permalink
(fix) O3-3891: Adjust Change Language Modal Size to Small
Browse files Browse the repository at this point in the history
  • Loading branch information
Samstar10 committed Sep 24, 2024
1 parent 700b47b commit 26d30e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function ChangeLanguageLink() {
<TranslateIcon size={20} />
<p>{languageNames.of(session?.locale)}</p>
</div>
<Button kind="ghost" onClick={launchChangeLanguageModal} data-testid="change-language-button">
<Button kind="ghost" onClick={launchChangeLanguageModal}>
{t('change', 'Change')}
</Button>
</SwitcherItem>
Expand Down

0 comments on commit 26d30e5

Please sign in to comment.