Skip to content

Commit

Permalink
Add class prop to external link
Browse files Browse the repository at this point in the history
  • Loading branch information
mikozet committed Jul 8, 2024
1 parent 1fb267a commit 15c1420
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/views/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,11 @@ const Login = () => {
<Typography align="center" variant="body1">
{translate('Login.migrationText1')}
<br></br>
<ExternalLink href={MIGRATION_INFO_URL} variant="body3">
<ExternalLink
classes={{ root: 'body3_link_gradient' }}
href={MIGRATION_INFO_URL}
variant="body3"
>
{MIGRATION_INFO_URL}
</ExternalLink>
</Typography>
Expand Down

0 comments on commit 15c1420

Please sign in to comment.