Skip to content

Commit b858506

Browse files
Vertically align help translate external link icon to middle
1 parent bdb8cf8 commit b858506

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/settings/LanguageDialog.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,15 @@ export const LanguageDialog = ({
7070
<Link
7171
pl="1"
7272
alignSelf="flex-start"
73+
display="inline-flex"
74+
alignItems="center"
75+
gap="1"
7376
href={deployment.translationLink}
7477
target="_blank"
7578
rel="noopener"
7679
color="brand.500"
7780
>
78-
<FormattedMessage id="help-translate" />{" "}
81+
<FormattedMessage id="help-translate" />
7982
<Icon as={RiExternalLinkLine} />
8083
</Link>
8184
</VStack>

0 commit comments

Comments
 (0)